Question

  Asked: Apr 27 2005   8:01 AM GMT
  Asked by: DieterWinter


Possible to direct converter/interpreter phase?


Mainframe, Logical partitions, MVS, Technical support

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?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



To add more information:
This is running with JES2.
The z/OS versions are 1.4 and 1.6

Cheers
Dieter
  • AddThis Social Bookmark Button

Browse more Questions and Answers on DataCenter, AS/400 and Microsoft Windows.

Looking for relevant DataCenter Whitepapers? Visit the SearchDataCenter.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

DieterWinter  |   Apr 27 2005  8:43AM GMT

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