Here's the DSS statements we use to COMPRESS & RELEASE ...

 COMPRESS DDNAME(DISK1)              BY(REFDT GT *,-7)  - 
          INCLUDE(**)                            - 
          EXCLUDE(                                - 
                  LEAVE.ME.ALONE.**,        - 
                 )                                        
 IF LASTCC NE 0 THEN SET MAXCC = 0                        
                                                          
 RELEASE  DDNAME(DISK1)  MINSEC(1)   BY(REFDT GT *,-7)  - 
          INCLUDE(**)                            - 
          EXCLUDE(                                 - 
                  LEAVE.ME.ALONE.**,         - 
                  LEAVE.ME.ALONE2.**,       - 
                  etc. etc.  - 
                 )

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