View previous topic :: View next topic
|
Author |
Message |
jzhardy
Active User
Joined: 31 Oct 2006 Posts: 139 Location: brisbane
|
|
|
|
I have a particular requirement to submit a job to a different LPAR.
When TWS schedules the job it performs the following inline substitution:
becomes
Code: |
//* << EQQEXT01 REPLACED /*XEQ >> |
I understand the sense of it, but is there any way this can be disabled ? I've tried subbing via the internal reader, but makes no difference. |
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1334 Location: Bamberg, Germany
|
|
|
|
Out of interest, could you try /*ROUTE XEQ <node> instead? |
|
Back to top |
|
|
jzhardy
Active User
Joined: 31 Oct 2006 Posts: 139 Location: brisbane
|
|
|
|
yes, tried that. same result |
|
Back to top |
|
|
Pete Wilson
Active Member
Joined: 31 Dec 2009 Posts: 590 Location: London
|
|
|
|
There may be a SCHENV you can use on your jobcard to target a specific LPAR.
Does seem weird that the /*ROUTE gets altered, it must be something in the TWS set up.
Your Sysprogs should know.
Or sub it on hold and alter the target LPAR and release the job using SDSF in batch. Bit of a faff though |
|
Back to top |
|
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
Yes try Pete's solution.
In SDSF you can issue
command to display all the scheduling environments and their corresponding Systems to which they are mapped to.
And then include SCHENV= in the job card |
|
Back to top |
|
|
|