kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Sat Aug 23, 2003 9:43 am Post subject: |
|
|
butta_mvs,
Allocate a PS file to sysout or sysprint depending on the pgm and you can have all the display stmts printed in there.
Code: |
//SYSOUT DD DSN=YOUR SPOOL DISPLAY FILE
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,
// SPACE=(CYL,(1,1),RLSE),
// DCB=(LRECL=133,RECFM=FBA,BLKSIZE=0)
|
Hope this helps...
cheers
kolusu |
|