Path: utzoo!utgpu!water!watmath!clyde!rutgers!labrea!jade!ucbvax!CLEMSON.BITNET!CAREY From: CAREY@CLEMSON.BITNET (Jim Blalock) Newsgroups: comp.lang.asm370 Subject: Re: macros/input stmts for ICF catalogs Message-ID: <8801131408.AA07161@jade.berkeley.edu> Date: 12 Jan 88 16:17:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The ARPA Internet Lines: 18 > I'm looking for ASM370 macros or SAS input statements for reading/mapping MVS > ICF catalog records. These are described in the Catalog Diagnostic Reference, > but I loathe duplicat work (reinvent the wheel), so if you have them online... > Ultimately I would like to be able to compare two catalogs, i.e. the new and > old master catalog after installing an IPO. Rather than read the catalogs directly, we used LISTCAT ALL and ate the output with SAS to compare new and old catalogs when we converted from CVOL's and VSAM catalogs to ICF. This would seem to be much faster, esp. since LISTCAT already knows how to read catalog records and gets most of the info. out in a relatively-easy-to-digest form. Unfortunately, that was a few years ago, and I'm sure the SAS code is long gone by now. - Jim Blalock MVS Systems Development Clemson University BitNet: CAREY@CLEMSON