MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Is it possible to concatenate sysinlib member libraries?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
DavidJUrban
Beginner


Joined: 29 Dec 2004
Posts: 3
Topics: 2

PostPosted: Thu Jan 06, 2005 4:28 pm    Post subject: Is it possible to concatenate sysinlib member libraries? Reply with quote

Hello all. Was developing a proc that I could use in Prod, acceptance, and unit test libraries. I was hoping to be able to search all libraries for newer versions of sysin cards if in test region. I tried to code it as such..

SYSIN DD DSN=sysinlib1(member)
DD DSN=sysinlib2(member)
DD DSN=sysinlib3(member)

Unlike a steplib concatenation, using this method caused the job to try to process all the libraries and not the first member it found.
Is there any way to accomplish my goal?
thanx a bunch.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Thu Jan 06, 2005 5:09 pm    Post subject: Reply with quote

DavidJUrban,

Add a step listed in the below topic which copies the member(1st occurance) to a dataset

http://www.mvsforums.com/helpboards/viewtopic.php?t=2289&highlight=fileaid+member

Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Thu Jan 06, 2005 5:12 pm    Post subject: Reply with quote

You would need a pre-step to find the appropriate member and copy to a temp dset. Pass the temp dset to the SYSIN DD.

Search the board for ISRSCAN and ISRLEMX. They are ISPF utilities that search a concatenation and copy the desired member.

Regards,
Bill
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group