IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SYSOUT of jobs from SARBCH


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srikanth_cts

New User


Joined: 27 Feb 2008
Posts: 25
Location: Phoenix, AZ,USA

PostPosted: Wed Mar 25, 2009 1:01 am
Reply with quote

Hi,
I have a requirement of extracting the SYSOUTs from the SAR for a particualr job for the last 300 generations. I know only to get the data of the jobs for the current generation.
Code:

/ /E0015AXT JOB ('TEST'),MSGCLASS=O,MSGLEVEL=(1,1), 
//             NOTIFY=&SYSUID                       
//STEP01   EXEC PGM=SARBCH,PARM='K9490P0.SAR41'     
//SYSPRINT DD SYSOUT=*                             
//REPORT   DD DSN=E0015AX.SAROUT.TEST(+1),         
//            DISP=(NEW,CATLG,CATLG),               
//            SPACE=(CYL,(2,1),RLSE),               
//            DCB=(DSORG=PS,RECFM=FB,LRECL=500)     
//SYSIN    DD *                                     
/LIST ID=E0015* GEN=0                               
/*                                         



But not sure , how to get the data of the SYSOUT. I had googled it , but no luck icon_sad.gif . Any modifications suggested to the above job ???


Thanks
Srikanth
Back to top
View user's profile Send private message
bipinpeter

Active User


Joined: 18 Jun 2007
Posts: 213
Location: Cochin/Kerala/India

PostPosted: Thu Mar 26, 2009 1:09 pm
Reply with quote

Did you try by giving generations like GEN=-1.. ???
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Mar 30, 2009 12:25 am
Reply with quote

You can find information regarding batch program SARBCH in the
CA/SAR manuals. Whats wrong with asking your Tech Support people
for a copy of the manuals?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Finding and researching jobs All Other Mainframe Topics 0
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Ca7 long running jobs report All Other Mainframe Topics 1
Search our Forums:

Back to Top