> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of esmie moo
> Sent: Friday, August 07, 2009 10:18 AM
> To: [email protected]
> Subject: Re: REPORT OF "NOSCRATCH" GDG DSNS
> 
> Bob,
> 
> We have CA-DISK.  What command should I use?  I get the following :
> ADSST003 9999 NO ACTION WAS SPECIFIED FOR A SCAN OR FIND COMMAND
> ADSST003      COMMAND NUMBER = (CMD0002)
> 
> Below are my input cards:
> 
>   SET   MODE=SIMULATE
>    SCAN REALVOLS
>    SELECT CRI=(GDG,EQ,YES,AND,GDGGEN,LE,0),VOL=(PROD/)
> //PRINT.SYSPRINT  DD SYSOUT=*
> 

Hi Esmie,

   For SMS datasets you can try:

   SCAN REALVOLS
   SELECT SGNAME=<whatever>,DSN=/,CRI=(GDGSTAT,EQ,ROLLOFF)
   REPORT MVD

   The GDG bases of the datasets reported on the output list can then be 
checked for NOSCRATCH.  

   For NON-SMS you can try:

   SCAN REALVOLS
   SELECT VOLUME=<whatever>,DSN=/,CRI=(GDG,EQ,YES,AND,CATSTAT,NE,TRUE)
   REPORT MVD

   Then check the GDG bases as above.  

   HTH,

BobL

------------------------------------------------------------------------------
This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are not the intended recipient or their designee, 
please notify the sender immediately by return e-mail and delete all copies. 
OppenheimerFunds may, at its sole discretion, monitor, review, retain and/or 
disclose the content of all email communications. 
==============================================================================

----------------------------------------------------------------------
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