Re: determine sysplex name in use

2013-08-08 Thread John McKown
The z/OS operator command: "d symbols" will do it. It is a static system
symbol. Or run a batch job with &SYSPLEX in the JCL somewhere and look at
the output.

On Thu, Aug 8, 2013 at 11:23 AM, Tim Brown  wrote:

> What command displays the sysplex name in use ?
>
> Thanks,
>
> Tim Brown
> Supervisor Computer Operations
> Central Hudson Gas & Electric
> 284 South Ave
> Poughkeepsie, NY 12601
> Email: tbr...@cenhud.com < tbr...@cenhud.com>>
> Phone: 845-486-5643
> Fax: 845-486-5921
> Cell: 845-235-4255
>
>
> "This message contains confidential information and is only for the
> intended recipient. If the reader of this message is not the intended
> recipient, or an employee or agent responsible for delivering this message
> to the intended recipient, please notify the sender immediately by replying
> to this note and deleting all copies and attachments."
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
As of next week, passwords will be entered in Morse code.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: determine sysplex name in use

2013-08-08 Thread Srivastava, Rajesh
Issue "D xcf" from SDSF. 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Tim Brown
Sent: Thursday, August 08, 2013 12:24 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: determine sysplex name in use

What command displays the sysplex name in use ?

Thanks,

Tim Brown
Supervisor Computer Operations
Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.com
<>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255


"This message contains confidential information and is only for the
intended recipient. If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this
message to the intended recipient, please notify the sender immediately
by replying to this note and deleting all copies and attachments."

--
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
Please visit our website at
http://financialservicesinc.ubs.com/wealth/E-maildisclaimer.html
for important disclosures and information about our e-mail
policies. For your protection, please do not transmit orders
or instructions by e-mail or include account numbers, Social
Security numbers, credit card numbers, passwords, or other
personal information.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: determine sysplex name in use

2013-08-08 Thread Mark Zelden
On Thu, 8 Aug 2013 16:23:33 +, Tim Brown  wrote:

>What command displays the sysplex name in use ?
>

Multiple ways, but I would probably just use "D XCF". If you are looking
for a TSO command, you need something home grown to look at symbols
or variables in ISPF.One option  is my IPLINFO rexx exec. 

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: determine sysplex name in use

2013-08-08 Thread Blaicher, Christopher Y.
Mark's IPLINFO REXX is excellent, both for what it does and for showing what 
can be done in REXX.

Best of all is the price.

Standard disclaimers: This is a personal opinion and does not necessarily 
reflect the opinion of my employer.

Chris Blaicher
Principal Software Engineer, Software Development
Syncsort Incorporated
50 Tice Boulevard, Woodcliff Lake, NJ 07677
P: 201-930-8260  |  M: 512-627-3803
E: cblaic...@syncsort.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Mark Zelden
Sent: Thursday, August 08, 2013 11:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: determine sysplex name in use

On Thu, 8 Aug 2013 16:23:33 +, Tim Brown  wrote:

>What command displays the sysplex name in use ?
>

Multiple ways, but I would probably just use "D XCF". If you are looking
for a TSO command, you need something home grown to look at symbols
or variables in ISPF.One option  is my IPLINFO rexx exec. 

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html
Systems Programming expert at http://expertanswercenter.techtarget.com/

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN



ATTENTION: -

The information contained in this message (including any files transmitted with 
this message) may contain proprietary, trade secret or other  confidential 
and/or legally privileged information. Any pricing information contained in 
this message or in any files transmitted with this message is always 
confidential and cannot be shared with any third parties without prior written 
approval from Syncsort. This message is intended to be read only by the 
individual or entity to whom it is addressed or by their designee. If the 
reader of this message is not the intended recipient, you are on notice that 
any use, disclosure, copying or distribution of this message, in any form, is 
strictly prohibited. If you have received this message in error, please 
immediately notify the sender and/or Syncsort and destroy all copies of this 
message in your possession, custody or control.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: determine sysplex name in use

2013-08-08 Thread Lizette Koehler
Tim

It will depend on if you are looking to:
1) get it from an MVS console
2) create a program to find it.  Assembler Rex etc
3) get it form ispf

And so on

Could you provide more detail on shat your need is

Lizette


-Original Message-
>From: John McKown 
>Sent: Aug 8, 2013 9:26 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: determine sysplex name in use
>
>The z/OS operator command: "d symbols" will do it. It is a static system
>symbol. Or run a batch job with &SYSPLEX in the JCL somewhere and look at
>the output.
>
>On Thu, Aug 8, 2013 at 11:23 AM, Tim Brown  wrote:
>
>> What command displays the sysplex name in use ?
>>
>> Thanks,
>>
>> Tim Brown
>> Supervisor Computer Operations
>> Central Hudson Gas & Electric
>> 284 South Ave
>> Poughkeepsie, NY 12601
>> Email: tbr...@cenhud.com<mailto:tbr...@cenhud.com> <> tbr...@cenhud.com>>
>> Phone: 845-486-5643
>> Fax: 845-486-5921
>> Cell: 845-235-4255
>>
>>
>> "This message contains confidential information and is only for the
>> intended recipient. If the reader of this message is not the intended
>> recipient, or an employee or agent responsible for delivering this message
>> to the intended recipient, please notify the sender immediately by replying
>> to this note and deleting all copies and attachments."
>>
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>>
>
>
>
>-- 
>As of next week, passwords will be entered in Morse code.
>
>Maranatha! <><
>John McKown
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: determine sysplex name in use

2013-08-08 Thread Sri h Kolusu
The easiest way is to issue WHO command at SDSF prompt which gives you 
user attributes  and SYSPLEX name is one of them. It can even be issued 
from REXX.

SDSF Operation and Customization manual explains the command in detail

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISF4CSA0/CCONTENTS?

Thanks,
Kolusu
IBM Mainframe Discussion List  wrote on 
08/08/2013 09:23:33 AM:

> From: Tim Brown 
> To: IBM-MAIN@listserv.ua.edu, 
> Date: 08/08/2013 09:24 AM
> Subject: determine sysplex name in use
> Sent by: IBM Mainframe Discussion List 
> 
> What command displays the sysplex name in use ?
> 
> Thanks,
> 
> Tim Brown
> Supervisor Computer Operations
> Central Hudson Gas & Electric
> 284 South Ave
> Poughkeepsie, NY 12601
> Email: tbr...@cenhud.com <<
mailto:tbr...@cenhud.com
> >>
> Phone: 845-486-5643
> Fax: 845-486-5921
> Cell: 845-235-4255
> 
> 
> "This message contains confidential information and is only for the 
> intended recipient. If the reader of this message is not the 
> intended recipient, or an employee or agent responsible for 
> delivering this message to the intended recipient, please notify the
> sender immediately by replying to this note and deleting all copies 
> and attachments."
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: determine sysplex name in use

2013-08-09 Thread Peter Relson
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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: determine sysplex name in use

2013-08-09 Thread Ted MacNEIL
IIRC, one of the 'Z' variable in ISPF contains the active SYSPLEX name and 
another the current SYSID.
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

-Original Message-
From: Peter Relson 
Sender:   IBM Mainframe Discussion List 
Date: Fri, 9 Aug 2013 07:42:55 
To: 
Reply-To: IBM Mainframe Discussion List 
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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN