Re: Console Names

2006-05-26 Thread Kittendorf, Craig
True, and if one is not specified, the system generates one.

Craig

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Neubert, Kevin (DIS)
Sent: Thursday, May 25, 2006 2:57 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Console Names

...except for the system console.  From MVS Initialization and Tuning
Reference (SA22-7592-10):

Summary of changes
for SA22-7592-06
z/OS Version 1 Release 4
as updated December 2003

CONSOLxx is changed to reflect the requirement that all consoles be
named, except for the system console.

Regards,

Kevin

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Kittendorf, Craig
Sent: Thursday, May 25, 2006 11:20 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Console Names

Someone can correct me if I'm wrong, but I think names are required
after v1.4.

Craig

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Console Names

2006-05-25 Thread Neubert, Kevin (DIS)
...except for the system console.  From MVS Initialization and Tuning
Reference (SA22-7592-10):

Summary of changes
for SA22-7592-06
z/OS Version 1 Release 4
as updated December 2003

CONSOLxx is changed to reflect the requirement that all consoles be
named, except for the system console.

Regards,

Kevin

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Kittendorf, Craig
Sent: Thursday, May 25, 2006 11:20 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Console Names

Someone can correct me if I'm wrong, but I think names are required
after v1.4.

Craig

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Console Names

2006-05-25 Thread Kittendorf, Craig
We a part of our definitions.

In CONSOLxx:
   APPLID(APPL&SYSCLONE.) CNGRP(01)
   CONSOLE DEVNUM(E20) NAME(&SYSNAME.MAST) ALTGRP(ALTMAST) 
   CONSOLE DEVNUM(102D) NAME(TJDI102D) ALTGRP(ALTMAST) /*ICC*/
   CONSOLE DEVNUM(E24) NAME(&SYSNAME.E24) ALTGRP(ALTCON2)

In the case of Integrated Console Controller (ICC) we used the LU name.
For others, we used the static symbol &SYSNAME and devnum (or id).

In CNGRP01:
   GROUP NAME(ALTMAST) 
  MEMBERS(&SYSNAME.MAST,TJDR102D)
   GROUP NAME(ALTCON1)   
  MEMBERS(&SYSNAME.E24,

Someone can correct me if I'm wrong, but I think names are required
after v1.4.

Craig
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Strudwick, Martin
Sent: Thursday, May 25, 2006 1:36 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Console Names

I was wondering if anyone had experience with naming the master and
alternate consoles in z/OS V1.4.  I haven't done this to date but it
looks like it may be required for console command to be issued for CICS
regions.  Examples and heads up of possible issues would be appreciated.

Thanks!

Martin A. Strudwick
Sr. Systems Programmer
Z.C. Sterling Insurance Agency


NOTICE:  The information contained in this electronic mail transmission
is intended by the sender for the sole use of the named individual or
entity to which it is directed and may contain information that is
privileged or otherwise confidential.  Please do not copy it or use it
for any purposes, or disclose its contents to any other person.  To do
so could violate state and Federal privacy laws.  If you have received
this electronic mail transmission in error, please delete it from your
system without copying or forwarding it, and notify the sender of the
error by reply email or by telephone, so that the sender's address
records can be corrected.  Thank you for your cooperation.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Console Names

2006-05-25 Thread Wayne Driscoll
I like keeping it simple, I define a symbol &SYSNAME of the SYSID and then
name the consoles
&SYSNAME.unitadd 
This way for system SYSA and console on address 0300 I would have 
SYSA0300
Using the sysname is reccomended, especially in a sysplex.  However for your
case, it would probably be easier to come up with 4 char id's that denote
the location or something else, for example:
&SYSNAME.MR00<-- for the first console in the machine room
&SYSNAME.PR00<-- for the first console in the print room, etc.

Wayne Driscoll
Product Developer
JME Software LLC
NOTE: All opinions are strictly my own.
 


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Strudwick, Martin
Sent: Thursday, May 25, 2006 12:36 PM
To: IBM-MAIN@bama.ua.edu
Subject: Console Names

I was wondering if anyone had experience with naming the master and
alternate consoles in z/OS V1.4.  I haven't done this to date but it looks
like it may be required for console command to be issued for CICS regions.
Examples and heads up of possible issues would be appreciated.

Thanks!

Martin A. Strudwick
Sr. Systems Programmer
Z.C. Sterling Insurance Agency


NOTICE:  The information contained in this electronic mail transmission is
intended by the sender for the sole use of the named individual or entity to
which it is directed and may contain information that is privileged or
otherwise confidential.  Please do not copy it or use it for any purposes,
or disclose its contents to any other person.  To do so could violate state
and Federal privacy laws.  If you have received this electronic mail
transmission in error, please delete it from your system without copying or
forwarding it, and notify the sender of the error by reply email or by
telephone, so that the sender's address records can be corrected.  Thank you
for your cooperation.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the
archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Console Names

2006-05-25 Thread Strudwick, Martin
I was wondering if anyone had experience with naming the master and alternate 
consoles in z/OS V1.4.  I haven't done this to date but it looks like it may be 
required for console command to be issued for CICS regions.  Examples and heads 
up of possible issues would be appreciated.

Thanks!

Martin A. Strudwick
Sr. Systems Programmer
Z.C. Sterling Insurance Agency


NOTICE:  The information contained in this electronic mail transmission is 
intended by the sender for the sole use of the named individual or entity to 
which it is directed and may contain information that is privileged or 
otherwise confidential.  Please do not copy it or use it for any purposes, or 
disclose its contents to any other person.  To do so could violate state and 
Federal privacy laws.  If you have received this electronic mail transmission 
in error, please delete it from your system without copying or forwarding it, 
and notify the sender of the error by reply email or by telephone, so that the 
sender's address records can be corrected.  Thank you for your cooperation.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html