If you have CA-DISK: //DMS EXEC DMS SCAN REALVOLS SELECT SGNAME=/,CRIT=(CATSTAT,NE,OK) *not-cataloged and incorrectly cataloged datasets.* REPORT MVD
Kees. "Sivakumar, Manikandan" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Thanks Varun. Is there any other utilities to determine this? > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Varun Manocha > Sent: Tuesday, February 26, 2008 4:34 PM > To: [email protected] > Subject: Re: How to find uncatalog datasets. > > Mani, > > I use a JCL as below : > > //STEP01 EXEC PGM=ADRDSSU,PARM='TYPRUN=NORUN', > // REGION=2M > //SYSPRINT DD SYSOUT=* > //INNDD1 DD UNIT=SYSDA,VOL=SER=zzzzzz,DISP=SHR > //DSNOUT DD DUMMY > //SYSIN DD * > DUMP INDDNAME(INNDD1) OUTDD(DSNOUT) - > DATASET(INCLUDE(**) - > EXCLUDE(SYS1.**) - > BY((CATLG,EQ,NO))) - > DELETE - > PURGE > IF MAXCC < 8 THEN SET MAXCC = 0 > > HTH > Varun > > Computer Sciences Corporation India Private Limited > Registered Office: Electronics Complex, Software Technology Park, > Indore, > Madhya Pradesh, India > Registered in India No: 10-11210 > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > ---------------------------------------------------------------- > This is a PRIVATE message. If you are not the intended recipient, please > > delete without copying and kindly advise us by e-mail of the mistake in > delivery. > NOTE: Regardless of content, this e-mail shall not operate to bind CSC > to > any order or other contract unless pursuant to explicit written > agreement > or government initiative expressly permitting the use of e-mail for such > > purpose. > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > ---------------------------------------------------------------- > > > > > "Sivakumar, Manikandan" <[EMAIL PROTECTED]> > Sent by: IBM Mainframe Discussion List <[email protected]> > 02/26/2008 04:00 PM > Please respond to > IBM Mainframe Discussion List <[email protected]> > > > To > [email protected] > cc > > Subject > How to find uncatalog datasets. > > > > > > > Folks, > > > > I would like to know information how to list the uncatalog datasets. I > would like to know whether we can use IDCAMS utility or any other > utility. Thanks. > > > > Regards, Mani > > > > > > > ---------------------------------------------------------------------- > 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 > > ---------------------------------------------------------------------- > 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 information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ********************************************************************** ---------------------------------------------------------------------- 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

