Saurabh,

I use a two step process for this.

1)  I execute an IEHLIST against the volume that I wish to validate all 
data sets are indirectly cataloged  (normally a SYSRES and/or DLIB volume)

2)  I then execute a Rexx execute that I wrote which will perform a LISTC 
against the data set name (extracted from the IEHLIST) and then check its 
volume to see if it is cataloged to the CATPARM parameter passed to the 
EXEC.  This allows me to validate really any style catalog entry (direct 
or indirect).  If the catalog entry does not match; it is reported as 
being "bad" and then IDCAMS statements are generated to perform a DELETE 
NOSCRATCH and CATALOG with the passed CATPARM value.  This allows me to 
review both the reports (I report on good and bad entries) and the IDCAMS 
statements before correcting.
 
 
 
Craig Pace

 



SAURABH KHANDELWAL <saurabh.khandel...@oracle.com> 
Sent by: IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>
04/13/2011 07:45 AM
Please respond to
IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>


To
IBM-MAIN@bama.ua.edu
cc

Subject
LISTCAT command






Hello,
            How do I check that all the dataset in the Target volumes 
are indirectly cataloged.

           For the single datset, I can go to ISPF 3.4 and against the 
datset  listcat ent(/) all   command will give me volser information , 
catalog information and device type detai.

            But in listcat command is there any parameter which can be 
used against volume and check detail about all the dataset.

Regards
Saurabh

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


**********************************************************************
This communication contains information which is confidential and
may also be privileged. It is for the exclusive use of the intended
recipient(s). If you are not the intended recipient(s), please note
that any distribution, copying or use of this communication or the
information in it is strictly prohibited. If you have received this
communication in error, please notify the sender immediately and
then destroy any copies of it.
**********************************************************************

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to