I have two versions of z/OS running in the same sysplex.
Therefore I have different PROCLIB concatenations on the different LPARs. I can direct the batch jobs using the jobclass to be running on the different LPARs. My problem is that I have different PROCs with the same name on the different LPARs. A job submitted on LPAR 1 gets through the C/I phase on LPAR 1 and then runs on LPAR 2 where it abends because of the "wrong" procedure used.
Q: Is there a possibility to have a job submitted on LPAR 1 but interpreted on LPAR 2?
Sorry for disturbing you all, but we finally found it:
If I use /*JOBPARM S=LPAR2 the job is interpreted on LPAR 2 regardless where it has been submitted.
Cheers
Dieter
Discuss This Question: 1  Reply