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

Give override to concatenated inputs.


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Satish Chandar

New User


Joined: 05 Apr 2007
Posts: 2
Location: Chennai

PostPosted: Thu Nov 26, 2009 6:09 pm
Reply with quote

Hi,

I have 3 datasets concatenated and used as Input in SORT/Any other program.

I need to give override in the job to change the Second dataset alone.

Please help on the same.

Thanks in advance.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Nov 26, 2009 6:12 pm
Reply with quote

all three concatenated 3 datasets are the same.

if you are going to waste this sites resources with your jpg,
the least you could do is make your post accurate.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Thu Nov 26, 2009 6:16 pm
Reply with quote

Quote:
I need to give override in the job to change the Second dataset alone.
This implies a PROC is used. There is no PROC in your JCL. Just change the JCL and submit the job -- you're asking a question that does not exist since there's nothing to override.

If there were a PROC, you would override by
Code:
//SORTIN DD
//       DD <override parameters>
//       DD
where the first and third DD statements use all attributes from the PROC.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Nov 26, 2009 6:27 pm
Reply with quote

And besides, you have access to the JCL manuals I presume.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to give complex condition in JCL . CLIST & REXX 30
No new posts Can you give me examples of programs ... CLIST & REXX 22
No new posts AN OVERRIDE MAY NOT TARGET OVERRIDING... JCL & VSAM 1
No new posts Compare Two datasets and Override Mat... DFSORT/ICETOOL 7
No new posts Count From Multiple Inputs DFSORT/ICETOOL 5
Search our Forums:

Back to Top