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

Reply via email to