ZU - User ID record control statements

This reference topic describes how to add, modify, or delete a user ID record.

Adding a user ID

The control statement format for adding a user ID record is:

   ZU <userid> <keyword-parameters>

Example:

   ZU AA010 USER=AA010LTM

When adding a user ID record, you can specify the following keyword parameters (in addition to the function and user ID parameters):

ASOT=
Specifies the auto signoff time. If specified, must contain 0, or within the range of 10 - 1440.
BYPDEQ=
Specifies whether the dequeuing of messages is bypassed as part of signoff cleanup for this user ID.
Y
Signoff cleanup does not include dequeuing messages for this user ID.
N
Signoff cleanup includes dequeuing messages for this user ID.
DFS3650=
The following options can be specified:
  • DFS3650=IMS (for IMS default)
  • DFS3650=DFS058 (to get message DFS058)
  • DFS3650=BLANK (to get a cleared panel)
  • DFS3650=DFSGMSG1 (for user DFSGMSG1 greetings exit)
  • DFS3650=MOD (for user-specified MFS mod name)

    If DFS3650=MOD is specified, you must also specify MOD3650=<modname>.

  • DFS3650=DFS2002 (to get message DFS2002)
  • DFS3650=TRX (to insert a transaction)

    If DFS3650=TRX is specified, you must also specify TRX3650=<trxname>.

MOD3650=
Specifies the 1 - 8 alphanumeric MFS mod name if DFS3650=MOD is also being specified.
MSGDEL=
Specifies the messages that are discarded by IMS for the specified terminal. Valid specifications are:
  • MSGDEL=SYSINFO
  • MSGDEL=NOTERM
  • MSGDEL=NONIOPCB
QNAMING=
The following options can be specified for the LTERM / user message queue naming structure to be used:
  • QNAMING=IMS (for IMS default)
  • QNAMING=NUL (for NODE=USER=LTERM)
  • QNAMING=USER (to specify a user from the table)
  • QNAMING=SUFFIXED (to specify a suffixed user ID)
  • QNAMING=DFSSGNX1 (to specify the user's DFSSGNX1 exit)
  • QNAMING=APPEND@ (to specify user ID plus "@" character)
  • QNAMING=IMSSUF (to specify IMSID-based user ID suffixing)

If QNAMING=USER is specified, you must also provide the user's SPQB / LTERM name.

RESP=
Specifies the terminal response option. Valid specifications are:
  • RESP=NORESP
  • RESP=FORCRESP
  • RESP=TRANRESP
SECURITY=
Specifies the 1 - 8 alphanumeric security group with the first character being alphabetic or national (@#$).

Example:

   ZU AA010 SECURITY=AA010LTM
TRX3650=
Specifies the name of the IMS transaction to schedule after a successful signon, instead of presenting the usual DFS3650I successful signon message. Specifying this option means that no values for options MOD3650= can be specified.
USER=
Specifies the 1 - 8 alphanumeric user ID with the first character being alphabetic or national (@#$). Specify this parameter only if QNAMING=USER was also specified.

Deleting a user ID

The control statement format for deleting a user ID record is:

   ZU <userid> DELETE

Example:

   ZU AA010 DELETE

To delete all LTERMs related to a particular user ID (but not the user ID record itself), the control statement format is:

   ZU <userid> DELETE LTERMS

Example:

   ZU AA020 DELETE LTERMS