IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

disable /*XEQ substitution in TWS


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jzhardy

Active User


Joined: 31 Oct 2006
Posts: 131
Location: brisbane

PostPosted: Thu Sep 07, 2023 5:17 am
Reply with quote

I have a particular requirement to submit a job to a different LPAR.

When TWS schedules the job it performs the following inline substitution:
Code:
/*XEQ <node>

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
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1256
Location: Bamberg, Germany

PostPosted: Thu Sep 07, 2023 5:58 am
Reply with quote

Out of interest, could you try /*ROUTE XEQ <node> instead?
Back to top
View user's profile Send private message
jzhardy

Active User


Joined: 31 Oct 2006
Posts: 131
Location: brisbane

PostPosted: Thu Sep 07, 2023 6:29 am
Reply with quote

yes, tried that. same result
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 582
Location: London

PostPosted: Fri Sep 08, 2023 2:59 pm
Reply with quote

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
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Fri Sep 08, 2023 8:38 pm
Reply with quote

Yes try Pete's solution.
In SDSF you can issue
Code:
SE
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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts z/OS V2.1 Instream substitution of sy... JCL & VSAM 0
No new posts Please suggest me how to disable a ke... CICS 6
No new posts Which Utility will use for DISable an... CICS 2
No new posts How to disable cics Transactions thru... CICS 4
No new posts Rexx Variable Substitution with POS c... CLIST & REXX 8
Search our Forums:

Back to Top