Previous Topic: DCTABLE Resource Class—Secure CA SYSVIEW DCTABLENext Topic: DFTABLE Resource Class—Secure CA SYSVIEW DFTABLE


DEVICES Resource Class—Secure Devices

Valid on z/OS.

Use DEVICES to secure system device allocation of graphics, teleprocessing and unit record devices.

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

TSS ADDTO(acid) DEVICES(prefix(es))
Prefix length

two to eight characters

Capacity of list

One to five prefixes per TSS command

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

TSS PERMIT(acid) DEVICES(devicename, devicename...)
Prefix length

One to eight characters

Capacity of list

One to five prefixes

DEVICES is used with:

The DEVICES resource class supports all masking characters.

The administrator can:

Examples: DEVICES resource class

This example gives JESPGMR ownership of the JES‑related unit record devices on system SYSA:

TSS ADDTO(JESPGMR) DEVICES(SYSA.UR)

This example removes ownership:

TSS REMOVE(JESPGMR) DEVICES(SYSA.UR)

This example permits ACID DRAFTING to allocate graphic devices:

TSS PERMIT(DRAFTING) DEVICES(ESA1.GRAPHIC) ACCESS(READ)

This example prevents allocation of UR type devices:

TSS PERMIT(ALL) DEVICES(SP01.UR) ACCESS(NONE)