Previous Topic: JESSPOOL Resource Class—Secure JES Spool Data SetsNext Topic: LDAP Resource Class—Secure LDAP Administration


JOBNAME Resource Class—Secure Jobname

Valid on z/OS.

Use JOBNAME to secure JOBNAME if site is doing a call for JOBNAME.

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

TSS ADDTO(acid) JOBNAME(jobname)
Prefix length

One to eight characters

Capacity of list

One to eight prefixes per command.

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

TSS PERMIT(acid) JOBNAME(jobname)
Prefix length

One to eight characters

This keyword uses:

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

Examples: JOBNAME resource class

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

TSS ADDTO(CORPORAT) JOBNAME(PROD)

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

This example removes ownership:

TSS REMOVE(CORPORAT) JOBNAME(PROD)

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

TSS PERMIT(TECHPROF) JOBNAME(PROD) DAYS(FRIDAY)

This example permit users in the Technical Services Department to access PROD:

TSS PERMIT(TECHPROF) JOBNAME(PROD)

This example revokes access:

TSS REVOKE(TECHPROF) JOBNAME(PROD)