Previous Topic: MXTOPIC Resource Class—Secure MXM TopicsNext Topic: NETSPAN Resource Class—Secure NETVIEW NETSPAN


NETCMDS Resource Class—Secure NETVIEW NETCMDS

Valid on z/OS.

Use NETCMDS to secure NETCMDS for NETVIEW.

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

TSS ADDTO(acid) NETCMDS(commands)
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) NETCMDS(commands)
Prefix length

One to forty‑four 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 NETCMDS resources: Expiration, Facility, Program Pathing, Time/Day, and Actions.

Examples: NETCMDS resource class

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

TSS ADDTO(CORPORAT) NETCMDS(COMMANDS)

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

This example removes ownership:

TSS REMOVE(CORPORAT) NETCMDS(COMMANDS)

This example permit users in the Technical Services Department to access COMMANDS.XXXXXX on Fridays only:

TSS PERMIT(TECHPROF) NETCMDS(COMMANDS.XXXXXX)
                     DAYS(FRIDAY)

This example permit users in the Technical Services Department to access (COMMANDS.XXXXXX):

TSS PERMIT(TECHPROF) NETCMDS((COMMANDS.XXXXXX)

This example revokes access:

TSS REVOKE(TECHPROF) NETCMDS(COMMANDS.XXXXXX)