easy, allocate a sysprint dataset for each step,
writing output as dsn=&&sysprin1, &&sysprin2,
&&sysprin3 respectively. then add a step:

// set member=anyname

//step2  exec pgm=sort
//sortin dd dsn=&&sysprin1,disp=old
            dd dsn=&&sysprin2,disp=old
            dd dsn=&&sysprin3,disp=old
//sortout dd
dsn=your.existing.pdse.of.lrecl133(&member),disp=shr
//sysin dd *
  sort fields=copy    

-----Original Message-----
From: IBM Mainframe Discussion List
[mailto:[EMAIL PROTECTED] On Behalf Of Charles
Mills
Sent: Tuesday, January 24, 2006 9:03 AM
To: [email protected]
Subject: Re: Newbie: Concatenate sysprint from
precompiler, compiler and linkeditor in a single PDSE
member

IEBGENER would probably be the utility to use, not
IEBCOPY. Why don't you want to use the IBM utility and
one more jobstep?

As you have probably learned, DISP=MOD has an
effectively different meaning for PDS(E) members, so I
don't think of a way to do this right off without a
temporary sequential dataset and a utility.

Charles



-----Original Message-----
From: IBM Mainframe Discussion List
[mailto:[EMAIL PROTECTED] On Behalf Of Francis
ANDRE
Sent: Tuesday, January 24, 2006 6:33 AM
To: [email protected]
Subject: Newbie: Concatenate sysprint from precompiler,
compiler and linkeditor in a single PDSE member


Hi Listener

I would like to concatenate the output listing produced
by the various processors of a compilation, i.e mainly
the DB2 precompiler the ECobol compiler the
Linker/Binder

in a sible and unique member of a PDSE

How could I do that directly (whiout having to use
IEBCOPY or other utility)???

-------------------------------------------------------
---------------
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

----------------------------------------------------------------------
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