Sure. Code 2 OUTPUT statements, each specifying CLASS, DEST, and what else you need, then refer to the two statements from the SYSOUT DD. Note that you need to specify SYSOUT=(,) so that the CLASS from the OUTPUT statements will be used.
//STEP EXEC.... //C1 OUTPUT CLASS=A,DEST=destA,.... //C2 OUTPUT CLASS=B,DEST=destB,.... ... //OUT DD SYSOUT=(,),OUTPUT=(*.C1,*.C2) ... -- Peter Hunkeler CREDIT SUISSE ---------------------------------------------------------------------- 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