Previous Topic: Access Restriction by Access LevelNext Topic: CPU Access Restriction


Access Restriction by SMFID

Use the SYSID keyword to specify the systems a resource or facility can be accessed from. You can specify up to five SYSIDs on a command.

Example: restrict access by SMFID

This example allows user03 to use the TSO facility on the system that has an SMFID of TSO1 only:

TSS ADDTO(USER03) FACILITY(TSO)
                  SYSID(TSO1)

The ADDTO will match only if the access is done on the specified system.