Ed,
ESF is the name of our CA-Spool System task. You need to substitute the
name of your system task to capture the sysouts. The 1-10 SNAP command
below would snap out the first 10 sysout datasets for your stcname.
//TSO EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
IOF stcname RUNNING
SD DSNAME('AD.stcname.LOG') RECFM(FBA) LRECL(133) BLKSIZE(6384)
1-10 SNAP
Regards,
John K
Ed Long of the IBM Mainframe Discussion List <[email protected]>
wrote on 07/24/2014 08:30:58 AM:
> Thank you all for the help.
> I tried the command sequence John suggested and got the following result.
> I tried the IOF ESF RUNNING and got the following error message
> OUTPUT RECORDS FOLLOW
> Nothing matching specified criteria was found.
> The SD and snap commands were treated as TSO commands not IOF commands.
> I will do some more research on the ESF and RUNNING options.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN