> Well, I think "amazing" may be a bit much. Maybe EZACFMS1 predates DD > SYMBOLS=, but it's pretty easy to just use it: > > // EXEC PGM=IEBGENER > //SYSUT1 DD DATA,SYMBOLS=EXECSYS > ...your job here > /* > //SYSUT2 DD SYSOUT=*
Or just use the logging-DDname option of the SYMBOLS= parameter. Then you don't even need an additional step in the JCL: //SYSIN DD *,SYMBOLS=(JCLONLY,TRACEDD) Input with variables... /* //TRACEDD SYSOUT=* ----------------------------------------------------------------- ATTENTION: The information in this e-mail is confidential and only meant for the intended recipient. If you are not the intended recipient, don't use or disclose it in any way. Please let the sender know and delete the message immediately. ----------------------------------------------------------------- ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
