I thought he wanted the job to be scheduled/rescheduled into a different job class.
On Tue, Dec 18, 2018 at 7:33 AM Peter Bishop <[email protected]> wrote: > It's not clear what you are trying to do. > > Do you wish to override the output class used by a particular DDNAME in an > included procedure? > > If so, it should be simple, something like > > //p PROC > // jcl here > //p PEND > //stepname EXEC p > //procstepname.ddname-whose-class-you-want-to-override DD > SYSOUT=whatever-class-you-want > > Test this, I just coded it from memory and it may have bugs. > > Of course, if this isn't what you are trying to do, please explain and you > may get your answer. > > cheers, > Peter > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- Wayne V. Bickerdike ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
