CA SymDump

 View Only

Tuesday Tip: How to Print the CA Symdump Batch Options Summary Report 

Nov 18, 2014 06:33 PM

The following JCL can be used to produce a summary report of the CA Symdump Batch options currently being used. The below JCL executes batch utility program  CAOUOPTS .

The JCL below assumes the options were link into the HLQ.CARXLOAD library. If the HLQ.CARXLOAD load library is in the link list you can remove the STEPLIB below.

Additional information can be found in the utilities chapter of the User’s Guide.

 

 

//JOBCARD                          

//*                                                                    

//OPTS     EXEC PGM=CAOUOPTS,REGION=256K                               

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

//SYSPRINT DD  SYSOUT=*                                                

/*                                                                     

//

  

Below is some of the information contained in the report. For example the Print repository(PRTLIB) were the dumps are being written to and the PROTSYM files(CAOUSYM) that contain the program source code.

 

 

*  PRINTDD    =  CAIPRINT

*  PRNT1DD    =  CAIPRNT1

*  PRNT2DD    =  CAIPRNT2

*  PRTLBDD    =  CAIPRTLB

*  PRTLIB     =  HLQ.SYMBAT90.PRTLIB

*  PRTLHCT    =  80

*  PRTREPT    =  BOTH

*  READLL     =  ON

*  REGMAX     =  (128,256)

*  RPL        =  OFF

*  SAVEAREA   =  ON

*  SAVEHEAP   =  OFF

*  SHOWHEAP   =  OFF

 

*  CAOUXMOD   =  CAO

*  CAOUXMOD   =  CEE

*  CAOUXMOD   =  IGZ

*  CAOUXMOD   =  ILBO

*  CAOUXMOD   =  IN25

*

*  CAOUSYM    =  HLQ.SYMBAT90.PROTSYM

*  CAOUSYM    =  HLQ.SYMBAT90.PROTSYM2

*  CAOUSYM    =  HLQ.SYMBAT90.PROTSYM3

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.