Baraniecki, Ray wrote:
That's what thought too. Not the case. Look at my test JCL:



//ALLOC   EXEC PGM=IEFBR14

//PRTLIB    DD DSN=TSTP.TSTPRB.COMPILE.OUTPUT,

//             DISP=(MOD,CATLG,KEEP),

//             UNIT=SYSDA,SPACE=(CYL,(1,1,70)),

//             DSORG=PO,RECFM=FB,LRECL=80,BLKSIZE=0

//*

//COPY    EXEC PGM=IEBGENER

//SYSPRINT  DD SYSOUT=*

//SYSUT1    DD DISP=SHR,DSN=TSTPRB.NDM.K50.TESTDATA

//SYSUT2    DD DISP=OLD,DSN=TSTP.TSTPRB.COMPILE.OUTPUT(TESTDATA),

//             DSORG=PS

Why do you have this DSORG? Take it off. That should clear
up your problem. (Remember to take off the trailing comma
on the previous line, too).


//SYSIN     DD DUMMY,BLKSIZE=80

//



Thanks,



Ray Baraniecki



Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==

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

Reply via email to