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

How to unload multiple job info from SAR to a single dataset


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

New User


Joined: 03 Oct 2008
Posts: 14
Location: chennai

PostPosted: Wed Oct 08, 2008 8:11 pm
Reply with quote

Hi All,

How to unload multiple job info from SAR to a single dataset.

Can it be done using a single job step of SARBCH?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Oct 08, 2008 8:26 pm
Reply with quote

What have you tried yourself and what errors did you receive ?
Back to top
View user's profile Send private message
arpita70003

New User


Joined: 03 Oct 2008
Posts: 14
Location: chennai

PostPosted: Wed Oct 08, 2008 8:48 pm
Reply with quote

yeah i tried to give it in the same sysin card like..

Code:
//*******H JOB (CKDC),'ARPITA',CLASS=0,MSGCLASS=0,           
//         NOTIFY=&SYSUID                                     
//STEP0    EXEC UCC11                                         
//STEP1    EXEC PGM=SARBCH,PARM='SAR database'                   
//REPORT   DD  DSN=******.SARDST.OUTJCL1,                   
//             DISP=(NEW,CATLG,DELETE),                       
//             SPACE=(CYL,(10,10),RLSE),                     
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1330,DSORG=PS)
//SYSPRINT DD  SYSOUT=*                                       
//SYSIN    DD  *                                             
/PRINT ID=ABCDEFGH,DDNAME=REPORT                             
/PRINT ID=XYZABCDE,DDNAME=REPORT                             
/*       


the job went fine but the output was only with the first job (ABCDEFGH)info.
Back to top
View user's profile Send private message
arpita70003

New User


Joined: 03 Oct 2008
Posts: 14
Location: chennai

PostPosted: Wed Oct 08, 2008 8:50 pm
Reply with quote

Sorry that was only with the second job(XYZABCDE) info ...
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Wed Oct 08, 2008 8:55 pm
Reply with quote

How about trying this icon_rolleyes.gif
Code:
DISP=(MOD,CATLG,DELETE)
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Oct 08, 2008 8:56 pm
Reply with quote

I don't have SAR so I don't know for sure, but have you tried DISP=(MOD,CATLG)? If it's only got the last one in it, that implies the dataset was closed, reopened, and rewritten with the second file.
Back to top
View user's profile Send private message
arpita70003

New User


Joined: 03 Oct 2008
Posts: 14
Location: chennai

PostPosted: Fri Oct 10, 2008 9:11 am
Reply with quote

It worked fine...Thank you all icon_smile.gif
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Load new table with Old unload - DB2 DB2 6
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
Search our Forums:

Back to Top