ZC - SLU1 console LUNAME record control statements

This reference topic describes how to add, modify, or delete an SLU1 console LUNAME record.

Adding a SLU1 console LUNAME

The control statements for adding a SLU1 console LUNAME record follow:

   ZC <node> <keyword-parameters>

Example:

   ZC SLU1CON1 QNAMING=USER USER=LTERM01 

When adding a SLU1 console LUNAME record, you can specify the following keyword parameters (in addition to the function and node parameters):

ASOT=
Specifies the auto signoff time. If specified, must contain 0, or within the range of 10 - 1440.
ALOT=
Specifies the auto logoff time. If specified, must contain 0, or within the range of 1 - 1440.
DFS3650=
The following options can be used in place of the IMS DFS3650I session status message:
  • DFS3650=IMS (for the IMS default)
  • DFS3650=DFS058 (to send message DFS058)
  • DFS3650=BLANK (to send a 1-byte blank message)
  • DFS3650=DFSGMSG1 (for the DFSGMSG1 user exit)
LDESC=
Specifies the logon descriptor. The descriptor must be 1 - 8 alphanumeric characters. Character 1 must be alphabetic or national (@#$).
LOGON=
Specify one of the following options for the type of logon process that is to be used for the node:
  • LOGON=ETOS (for the IMS ETO Support default)
  • LOGON=DFSLGNX1 (to use the DFSLGNX1 user exit)
  • LOGON=AUTORACF (for IMS ETO Support to perform automatic RACF® signon)
  • LOGON=USERID (to use auto signon with a user ID specified with the USERID= option)
MSGDEL=
Specifies the messages that are discarded by IMS for the specified SLU1 console. Valid specifications are:
  • MSGDEL=SYSINFO
  • MSGDEL=NOTERM
  • MSGDEL=NONIOPCB
QNAMING=
The following options can be used to set the LTERM name for this SLU1 console:
  • QNAMING=NUL (to have the LTERM name match the NODE name)
  • QNAMING=USER (to specify the LTERM name from the table)
  • QNAMING=DFSSGNX1 (for the DFSSGNX1 user exit)

If QNAMING=USER is specified, you must supply an LTERM name in the USER= parameter.

RESP=
Specifies the terminal response option. Valid specifications are:
  • RESP=NORESP
  • RESP-FORCRESP
  • RESP=TRANRESP
SECURITY=
Specifies the 1- to 8-character alphanumeric security group with the first character being alphabetic or national (@#$).
USER=
Specifies the 1- to 8-character alphanumeric LTERM name to be used for this SLU1 console. Specify this only if QNAMING=USER was also specified.
USERID=
Specifies the 1- to 8-character user ID to be used for auto signon for the node when option LOGON=USERID has also been specified.
WTOAUTO=
Use this option to specify whether WTO message IZT9102I is displayed when the device does an auto signon.
Y
An IZT9102I WTO message is displayed when the device does an auto signon.
N
Message IZT9102I is not issued for the device.

Deleting a SLU1 console LUNAME

The control statement format for deleting a SLU1 console LUNAME is:

    ZC <node> DELETE 

Example:

   ZC SLU1CON1 DELETE 

To delete all LTERMs related to a particular SLU1 console, but without deleting the SLU1 console, use the following format:

   ZC <node> DELETE LTERMS

Example:

   ZC SLU1CON1 DELETE LTERMS