Hello
While I am trying the sort option, I got an error when it open the SORTIN as
ICZ063A OPEN ERROR SORTIN
while SORTIN is defined as in your mail
//SORTIN DD DSN=&&PRINT1,DISP=(OLD,DELETE)
DD DSN=&&PRINT2,DISP=(OLD,DELETE)
Is there any way to understand why the OPEN fails??
Regs
FA
----- Original Message -----
From: "tony babonas" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <[email protected]>
Sent: Wednesday, January 25, 2006 12:59 AM
Subject: Re: Newbie: Concatenate sysprint from precompiler, compiler and
linkeditor in a single PDSE member
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
----------------------------------------------------------------------
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