Hello,

        Given these JCL statements:

//OUT01A OUTPUT CLASS=R,WRITER=W1,FORMS=F000         
//OUT01     DD SYSOUT=(,),  OUTPUT=(*,OUT01A)                         
//OUT02A OUTPUT CLASS=R,WRITER=W1,FORMS=F999         
//OUT02     DD SYSOUT=(,),  OUTPUT=(*,OUT02A)                         

What I am trying to do is to dynamically change the WRITER used for the
OUT01 DD from W1 to W2 within an assembler program. I think I need to
change a value in the JES characteristic JOE for this output grouping.
Is the JOE accessible and modifiable by an application? Do I have to
worry about the JOE being used by more than one SYSOUT in my (or
another) job? Am I even on the right track?

Thanks for any help you can give. 


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