Previous Topic: Individual Permission RemovalNext Topic: Access Restriction by Program Path


Access Restriction by Facility

Use the FACILITY keyword to restrict a user to accessing a specific resource through a designated facility only.

Facility sub-options override global control options of the same name.

To restrict access to a specific resource through a designated facility, enter the command:

TSS PERMIT(acid) RESOURCE(name)
                 FACILITY(facility)
name

The name of the specific resource access is being restricted to. Use the full identifier or a generic prefix.

facility

Specifies the facility used to access the resource.

Example: restrict access by facility

This example restricts USER01 to access program SCH007P through the BATCH or STC facilities only:

TSS PERMIT(USER01) PROGRAM(SCH007P)
                   FACILITY(BATCH,STC)

USER01 must be allowed to have access to these facilities:

TSS ADDTO(USER01) FACILITY(BATCH,STC)