> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Roberto Halais
> Sent: Monday, June 09, 2008 1:07 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Print output
> 
> Hi:
> 
> Is there a way to print a report to two (2) different jes2 
> classes (A and B)
> using a single SYSOUT?
> 
> I want to print a report in a single job step but I want a 
> copy of it in
> CLASS=A and another in CLASS=B.
> 
> I tried using the OUTPUT statement and could only produce the 
> two copies in
> a single class.
> 
> Any help is greatly appreciated.
> 
> Thank you,
> Roberto

You're close:

//CLASSA OUTPUT SYSOUT=A,other parms as needed
//CLASSB OUTPUT SYSOUT=B,other parms as needed
//STEP1 EXEC ...
//REPORT DD SYSOUT=(,),OUTPUT=(CLASSA,CLASSB)

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.  

----------------------------------------------------------------------
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

Reply via email to