Page 1 of 1

SAR Information

PostPosted: Fri Apr 05, 2013 9:38 pm
by deva_048
Below JCL written to get SAR job log information. I can extract the information only the job is in disk. If the job info is in tape then the below JCL is getting abended with S9E6 code.

//STEP1    EXEC PGM=SARBCH
//SYSUDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//REPORT DD DSN=TEST.RON.DATASET,
//            DISP=(MOD,CATLG,DELETE),
//            DCB=(BLKSIZE=0,LRECL=152,RECFM=FB),
//            SPACE=(CYL,(1,1),RLSE),UNIT=DISK
//SYSIN    DD  *
/DBASE NAME=XX.XXXXX.XX
/LIST ID=Jobname Gen=1234 SEQ=1 DSN=REPORT
/*
//*


Please advice

Re: SAR Information

PostPosted: Fri Apr 05, 2013 10:20 pm
by Robert Sample
Have you talked to your site support group?

Re: SAR Information

PostPosted: Fri Apr 05, 2013 10:31 pm
by steve-myers
I'd be willing to bet the interest on my my most recent checking account statement ($0.08) the 9E6 ABEND came from your installation's tape management system. If my idea is correct there may be more information in the JESMSGLG data set, which, of course, the topic starter did not bother to post.