I have not checked it (no access to a mainframe since I retired, in
2013) - but you could try coding in your JCL either:
   "/*ROUTE XEQ (<LPAR1 name>,<LPAR2 name>)"
or "/*JOBPARM SYSAFF=(<LPAR1 mnemonic>,<LPAR2 mnemonic>)"
or even
   "/*ROUTE XEQ <LPAR1 name>"
   "/*ROUTE XEQ <LPAR2 name>"
    (etc.)  
... but no guarantee that any of these will actually work
 
Cheers, CP
 


On 25/08/2017 02:39, Paul Gilmartin wrote:
> On 2017-08-24, at 19:31, Gilson Cesar de Oliveira wrote:
>>   The answer is Yes but, and always there is a BUT, the user don't want to 
>> change anything in JCL, so the option is to route the sysouts using Jes2 
>> command and I could not see a way to do it ($Rall) for more than one node.
>>
>>  If you have an exit where you can enable more than one node to be passed 
>> through the command, would solve the problem.
>>  
> Ah!  Never use an available simple solution when you can (get
> someone else to) code a complicated one.
>
>>> Will the JCL OUTPUT statement do that for you?
> -- gil
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
> .
>

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

Reply via email to