Hi, Brian. To control STC output requires a couple things, both trivial technically, perhaps not so trivial politically.
1. Define MSTJCLxx with an IEFJOBS DD: //MSTJCL00 JOB MSGLEVEL=(1,1),TIME=1440 // EXEC PGM=IEEMB860,DPRTY=(15,15) //STCINRDR DD SYSOUT=(A,INTRDR) //TSOINRDR DD SYSOUT=(A,INTRDR) //IEFPDSI DD DSN=USCT.PROCLIB,DISP=SHR // DD DSN=SYS2.PROCLIB,DISP=SHR // DD DSN=SYS1.PROCLIB,DISP=SHR //SYSUADS DD DSN=SYS1.UADS,DISP=SHR //SYSLBC DD DSN=SYS1.BRODCAST,DISP=SHR //IEFJOBS DD DSN=SYS2.STCJOBS,DISP=SHR 2. In IEFJOBS dataset, define job cards for your tasks with a MSGCLASS that has the needed attributes: //CICSCBAA JOB (TE12,CICS),'CRT BSD/ACS AOR2',MSGCLASS=W //CICSCBAA EXEC CICSCBAA And this definitely works on OS/390. (This post was rejected first time because of "excessive quoting". Grumble, grumble, dopey Bloated Goats client...) Steve Conway Systems Programmer [EMAIL PROTECTED] 703.921.6432 ---------------------------------------------------------------------- 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