At 14:20 -0500 on 01/28/2009, Hardee, Charles H wrote about Re: /*XEQ /*XMIT question:

Is the PROCLIB on a DASD volume accessible to the other system?
If so, why not code  a JCLLIB statement:

//LIBSRCH  JCLLIB ORDER=PROCLIB.ON.OTHER.MVS

Then, use a SYSAFF statement to send the job to the appropriate MVS:

/*JOBPARM SYSAFF=MVSB

So, you would have something similar to:

//RUNONB  JOB CLASS=B,MSGCLASS=X
//LIBSRCH  JCLLIB ORDER= PROCLIB.ON.OTHER.MVS
/*JOBPARM SYSAFF=MVSB

Chuck

SYSAFF is only useful when the machines are part of the same MAS Complex. XEQ/XMIT moves the job from one Node to Another (ie: A different MAS Complex).

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