Previous Topic: SPI Resource Class—Secure CEMT and CICSNext Topic: STORCLAS Resource Class—Secure SMS Storage Classes


STATION Resource Class—Secure CADISPATCH and CASCHEDULER

Valid on z/OS.

Use STATION to secure STATION for CA‑DISPATCH and CA‑SCHEDULER.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) STATION(resource)
Prefix length

One to eight characters

Capacity of list

One to eight prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) STATION(resource)
Prefix length

One to eight characters

Capacity of list

One to eight prefixes per TSS command.

This keyword is used with:

The administrator can use any of the following methods to control access to STATION resources: Expiration, Facility, Program Pathing, Time/Day, and Actions.

Examples: STATION resource class

This example protects the resource by assigning ownership to the Corporate Department(owning acid):

TSS ADDTO(CORPORAT) STATION(ABCDEFGH)

The administration may now PERMIT access to users or profiles that require access.

This example removes ownership:

TSS REMOVE(CORPORAT) STATION(ABCDEFGH)

This example permits users in the Technical Services Department to access ABCDEFGH on Fridays only:

TSS PERMIT(TECHPROF) STATION(ABCDEFGH)
                     DAYS(FRIDAY)

This example permits users in the Technical Services Department to access ABCDEFGH:

TSS PERMIT(TECHPROF) STATION(ABCDEFGH)

This example revokes access:

TSS REVOKE(TECHPROF) STATION(ABCDEFGH)