On Tue, 4 Sep 2007 16:36:28 -0400 "Thompson, Steve"
<[EMAIL PROTECTED]> wrote:

:>Ok, I confess, I'm suffering from old age.

:>I know that there is a way to concatenate n PDSes together, and then
:>extract a member from this to a sequential file.

:>Why am I needing this? Well, I have several levels of source libraries
:>(PROD, TEST, Private) and I need to pull a member from the lowest level
:>and assemble it. And I'd like to have a batch job that does this so I
:>don't have to fiddle with all of it when I have a complex module to be
:>linked together after a few macro changes.

:>IEBCOPY won't do it (well, not simply). IEBPTPCH wants to put in ASA
:>control characters, IEBGENER will go sequential to pds with control
:>statements.

:>So anybody got an off the shelf method, standard futility solution?

Why do you feel that IEBCOPY "won't" do it "simply"?


//S1   EXEC PGM=IEBCOPY
//OUTPDS  DD whatever
//INPROD  DD whatever
//INTEST  DD whatever
//INPRIV  DD whatever
etc.

 C O=OUTPDS,I=INPRIV,INTEST,INPROD
  S M=

--
Binyamin Dissen <[EMAIL PROTECTED]>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to