IIRC, one of the 'Z' variable in ISPF contains the active SYSPLEX name and another the current SYSID. - Ted MacNEIL [email protected] Twitter: @TedMacNEIL
-----Original Message----- From: Peter Relson <[email protected]> Sender: IBM Mainframe Discussion List <[email protected]> Date: Fri, 9 Aug 2013 07:42:55 To: <[email protected]> Reply-To: IBM Mainframe Discussion List <[email protected]> Subject: Re: determine sysplex name in use If doing it from a program, you can go one of the complicated routes of - Using IXCQUERY REQINFO=COUPLE,PLEXNAME=outputplexname or - Using ASASYMBM to substitute for &SYSPLEX or you can go the easy route of looking at ECVTSPLX. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- 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
