CA SymDump

 View Only

Tuesday Tip: Using the CA SymDump Batch utility program CAOUPRTU to free space in the PRTLIB dump repository. 

Nov 04, 2014 05:32 PM

The following JCL can be used to quickly free space in the CA Symdump batch dump  repository if necessary. The CA SymDump batch utility program CAOUPRTU executes the DELETE parameter to delete dumps older than ten days from the repository.

    

 

//STEP1    EXEC PGM=CAOUPRTU                                           

//STEPLIB  DD   DISP=SHR,DSN=SYMBAT90.JCL.CARXLOAD             

//SYSPRINT DD   SYSOUT=*                                               

//SYSUDUMP DD   SYSOUT=*                                               

//SYSUT1   DD   UNIT=SYSDA,SPACE=(CYL,(1,1))                           

//SYSIN    DD   *                                                      

DSN SYMDUMP.BATCH90.PRTLIB                                             

DELETE AGE GT 10                                                       

/*                                                                     

//

 

 

The report output contains the following information.

 

 

Input Statement: DELETE AGE GT 10

 

Job=J02506WK  Step=J02506WK  User=KS91097   2014/10/20 at 01.01 on CPUO

Pgm=CAODMAIN  Offset=017B3E  U=1098         Lock=NONE     Size=00001

Entry has been deleted.

 

Return code was 0000

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.