SAR Information



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

SAR Information

Postby deva_048 » Fri Apr 05, 2013 9:38 pm

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
deva_048
 
Posts: 72
Joined: Thu Feb 02, 2012 9:28 pm
Has thanked: 1 time
Been thanked: 0 time

Re: SAR Information

Postby Robert Sample » Fri Apr 05, 2013 10:20 pm

Have you talked to your site support group?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: SAR Information

Postby steve-myers » Fri Apr 05, 2013 10:31 pm

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.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post