We are planning to split our production sysplex (where we also do development) 
into a purely production sysplex and a development syslpex.

What I am researching is how best to set up jobs that are submitted by our 
scheduler (CA-7) on the production system to run on the development sysplex. 
These would be infrastructure type jobs. 

CA-7 allows us to direct jobs to a particular internal reader DD statement for 
submission. 

One alternative is certainly to add the /*ROUTE XEQ statements to the JCL to be 
submitted via NJE.

A second alternative would be to code a CA-7 job submission exit that adds the 
/*ROUTE XEQ statement when appropriate.

What I wonder is whether there is some combination of internal reader DD 
statements and JES2 JECL to produce this same affect for jobs to be submitted 
via NJE. That would be the less effort than the alternatives. If I specify 
something like 
//INTRDR1 DD SYSOUT=(A,INTRDR),DEST=NODE will that send the job to NODE to be 
executed?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to