Gentle Readers,

I am trying to print TYPE 17 records(using IDCAMS PRT command) to find out what 
dsns were deleted from 15:00 (3.pm.) up to 17:00 (5.pm.  The IDCAM report that 
is produced doesn't seem to give me what I am looking for.  I was wondering if 
someone can validate my input cards.
//SYSIN    DD *                                        
   INDD(SMF,OPTIONS(DUMP))                             
   START(1500)                                         
   END(1700)                                           
   OUTDD(OUTDD1,TYPE(17:17))                           
/*                                                     
//STEP2   EXEC PGM=IDCAMS,TIME=1440                    
//DD1      DD DSN=&&SM11,                              
//            DISP=(OLD,DELETE),                       
//            DCB=(RECFM=VBS,LRECL=32760,BLKSIZE=4096) 
//SYSOUT   DD SYSOUT=*                                 
//SYSPRINT DD SYSOUT=*                                 
//SYSIN    DD *                                        
  PRINT INFILE(DD1) DUMP                               
/*                                                     

Thanks in advance

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to