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

Steplib concatenation...


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
monikadas

New User


Joined: 19 Mar 2008
Posts: 3
Location: bangalore

PostPosted: Fri May 16, 2008 9:28 pm
Reply with quote

Hi ,

I have a question regarding the steplib concatenation. I have the xyz (loadlib) with 29 members and the yxz one in the concatenation contains some 40 members....my issue is the 29 members are same in both but the next 11 menbers are diiferent..so will it take the rest 11 memebrs from the 2nd one...when my subsystem comes up..

ex:-

//steplib dd dsn=xyz,disp=shr
// dd dsn=yxz,disp=shr
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri May 16, 2008 10:39 pm
Reply with quote

'It' will look first in the first loadlib, if the member is not found, 'it' will look in the next loadlib, and so on.....
Put the loadlib that you want searched first in front of any other loadlibs....
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts INVALID RECFM FOR DDNAME SYSLIN AND C... All Other Mainframe Topics 7
No new posts loadmodules priority in Steplib JCL & VSAM 4
No new posts Can we limit length in concatenation ... DB2 7
No new posts Utility to extract dsn info from conc... PL/I & Assembler 12
No new posts Get missing dataset from the concaten... Mainframe Interview Questions 2
Search our Forums:

Back to Top