Sure. T-REX. We have a myriad of diagnostics for catalogs, alias, volumes, etc. One of the standard checks is to read thru a catalog and verify each entry has a valid alias. If not, the record is flagged and optionally displayed for the user. The ending report gives you a nice list of each ALIAS defined within the master catalog for that user catalog along with the number of records associated with each ALIAS. Thus, you can not only identify 'orphaned' catalog entries in the user catalog with no ALIAS pointers, but you can identify 'orphaned' ALIAS entries in the master catalog (ALIAS in the master that does not point to any record in the user catalog).
Larry Crilley Dino Software, Corp. http://www.dino-software.com/ 412.734.2853 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Warner Mach Sent: Wednesday, November 29, 2006 10:11 AM To: [email protected] Subject: Usercat & Missing Alias We had a user-catalog-vs-ISPF-3.4 problem that kind of surprised us. When we did a 3.4. request with a Dsname Level of SD* we would see old entries in the listing with data set names of the form SDB4.DATASET.ETC. These were old data set names that pointed to non-existent volumes. However if we issued ISPF-3.4. with a Dsname level of SDB4.* no entries would show up. (There was no ALIAS entry in the master catalog for SDB4). . We suspected that the problem was somehow related to a catalog issue so we listed all the catalog entries in all the catalogs, user and master. We found the funny entries in one of the user catalogs and did an IDCAMS delete noscratch (pointing to the problem catalog) to get rid of them. . Apparently there had been, at one time, an ALIAS entry that pointed to the user catalog, but it had been removed. Apparently by looking for SD*, ISPF cycled through the user catalog in question, but when looking for SDB4.* it quit when it determined that there was no ALIAS entry for SDB4. . Q: Is there a handy utility to check for 'orphan' catalog entries in user catalogs with no ALIAS pointer? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

