The SNACONS customization module (SNAUSER) contains the default command authorities and routing codes for SNACONS consoles.
The customization module can also contain an optional list of terminal names which are exempt from RACF signon. By specifying LOGAPPL=SNACONS in the VTAM definitions for these terminals, you can have consoles automatically logged on to SNACONS without operator intervention.
To alter the customization module, download the job SNACCUST.JCL to your PC, edit the SNAOPER customization statements as required, then submit the job to your OS/390 system. The job will assemble the customization module and relink the SNACONS load module.
SNAOPER TYPE=INITIAL
SNAOPER TYPE=DEFAULT
SNAOPER TYPE=NOSIGNON,NETID=netid,LUNAME=luname
SNAOPER TYPE=FINAL
END statement.
AUTH=MASTER | ALL | INFO | (SYS,IO,CONS)
AUTH=MASTER allows all commands including
those requiring master console authority.
AUTH=ALL allows all commands except those
requiring master console authority.
AUTH=INFO allows only information display
commands.
AUTH=SYS allows commands in the MVS system
control class.
AUTH=IO allows commands in the MVS I/O
control class.
AUTH=CONS allows commands in the MVS console
control class.
MFORM=(T,J,S) | M
MFORM=T displays messages with timestamps.
MFORM=S displays messages with the originating
system identifier.
MFORM=J displays messages with job numbers.
MFORM=M displays messages only, without
timestamps, system identifiers, or job numbers.
LEVEL=(R,I,CE,E,IN,BC) | ALL
LEVEL=R displays messages requiring a reply.
LEVEL=I displays immediate action messages.
LEVEL=CE displays critical eventual action
messages.
LEVEL=E displays eventual action messages.
LEVEL=IN displays informational messages.
LEVEL=BC displays broadcast messages.
LEVEL=ALL displays all messages.
MONITOR=(JOBNAMES[T],SESS[T],STATUS)
MONITOR=JOBNAMES displays job started and ended
messages.
MONITOR=JOBNAMEST displays job started and ended
messages with timestamps.
MONITOR=SESS displays TSO session started
and ended messages.
MONITOR=SESST displays TSO session started
and ended messages with timestamps.
MONITOR=STATUS displays dataset status messages.
ROUTCDE=(code,code,...) | ALL | NONE
ROUTCDE=(code,code,...) specifies a
list of routing codes. Each routing code is a decimal number
in the range 1 to 128, or a range of routing codes in the
form code-code.
ROUTCDE=(1,3-6,12,15,21-128)
ROUTCDE=ALL specifies all routing codes.
ROUTCDE=NONE specifies no routing codes.
CMDSYS=sysname
MSCOPE=(sysname,...) | *ALL
UD=YES | NO
AUTO=YES | NO
HC=YES | NO
For more information, refer to the OS/390 MVS Planning: Operations manual.
Last updated 12 Feb 2002