Previous Topic: JOBNAME Resource Class—Secure JobnameNext Topic: LFSCLASS Resource Class—Secure MLF LFSCLASS


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)