Re: Batch REXX, Consoles & SYSPLEX

2019-07-15 Thread Veryl Ellis
S. Veryl Ellis -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz Sent: Monday, July 15, 2019 12:41 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Batch REXX, Consoles & SYSPLEX It would help if you added a trace statement at the beginning of your scr

Re: Batch REXX, Consoles & SYSPLEX

2019-07-15 Thread Seymour J Metz
AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Batch REXX, Consoles & SYSPLEX I have a REXX Exec that is run in a batch job, that is invoked from a MPF exit after the 'BPXI004I OMVS Initialization Complete' message is displayed. The REXX Exec determines what processor and LPAR it is i

Re: Batch REXX, Consoles & SYSPLEX

2019-07-15 Thread Elardus Engelbrecht
Giliad Wilf wrote: >>I think you may have already have a CONSOLE with the same name somewhere >>active? Check it out with D EMCS command. >Could be. Consoles are ENQ-ed exclusively on QNAME=SYSZCNZ and >RNAME=CONNAME#consolename. >One has to issue... D GRS,RES=(SYSZCNZ,CONNAME#*) ... and look

Re: Batch REXX, Consoles & SYSPLEX

2019-07-15 Thread Giliad Wilf
On Mon, 15 Jul 2019 08:45:30 -0500, Elardus Engelbrecht wrote: >Veryl Ellis wrote: > >>The REXX Exec determines what processor and LPAR it is in and issues a >>'CONSOLE ACTIVATE', 'CONSOLE SYSCMD... (to start the appropriate TCPIP)' and >>a 'CONSOLE DEACTIVATE'. > >Please post the full command

Re: Batch REXX, Consoles & SYSPLEX

2019-07-15 Thread Elardus Engelbrecht
Veryl Ellis wrote: >The REXX Exec determines what processor and LPAR it is in and issues a >'CONSOLE ACTIVATE', 'CONSOLE SYSCMD... (to start the appropriate TCPIP)' and a >'CONSOLE DEACTIVATE'. Please post the full commands+keywords as used for these 3 CONSOLE. >IKJ55303I CONSOLE command termi

Batch REXX, Consoles & SYSPLEX

2019-07-15 Thread Veryl Ellis
I have a REXX Exec that is run in a batch job, that is invoked from a MPF exit after the 'BPXI004I OMVS Initialization Complete' message is displayed. The REXX Exec determines what processor and LPAR it is in and issues a 'CONSOLE ACTIVATE', 'CONSOLE SYSCMD... (to start the appropriate TCPIP)' an