On my JES2 system, nothing special is needed. To issue commands that do not have to coordinate with job steps, you can just stick them at the top of any job.
For example, when running a testcase that requires me to use a special writer proc and destination for a certain printer, I can just insert the following lines right above my job card: /*$PPRT619 /*$T FSSDEF(WTRES600),PROC=WTRESRJB /*$TPRT619,ROUTECDE=RJB619 /*$SPRT619 That stops PRT619, changes the proc, changes the routecde (for DEST), and then starts the printer for me. Since those commands are not synchronized with the job steps, I have a separate similar job with an IEFBR14 step to put the printer back to the original values. --Roger IBM Mainframe Discussion List <[email protected]> wrote on 10/20/2008 06:09:47 PM: > What utility program (or proc) is available that will allow me to enter > operator commands via a batch job? > > > > Thanks, Todd (trying to avoid writing one.) > > > > > ---------------------------------------------------------------------- > 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 > ---------------------------------------------------------------------- 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

