Previous Topic: SUSPEND Keyword—Prevent Access after ViolationNext Topic: TARGET Keyword—Node Assignment


SYSID Keyword—Identify System

Valid on z/OS, z/VSE, and z/VM.

Use the SYSID keyword to identify the system to which the authorization applies. The SYSID is actually the SMFID. A maximum of four characters may be specified. This value can only be masked when used on ADD/REMOVE with CRITMAP or LDAPNODE. Do not use SYSID with PROGRAM or IMS resources.

Note: SYSID is valid on an ADDTO/REMOVE command only when used with the FACILITY or CRITMAP keywords.

This keyword has the following format:

TSS ADDTO(acid) [FACILITY(facility)]
                SYSID(sysid)
                [CRITMAP(recid)]

This keyword is used with:

Example: SYSID keyword

This example allows GroupA to use the TSO facility, but only on the system that has an SMFID of TS01:

TSS ADDTO(GroupA) FACILITY(TSO)
                  SYSID(TS01)