Previous Topic: SCHEDULE Resource Class—Secure SCHEDULE for CA7Next Topic: SDSF Resource Class—Secure SDSF Commands


Examples: SCHEDULE resource class

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

TSS ADDTO(CORPORAT) SCHEDULE(PROD1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) SCHEDULE(PROD1)

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

TSS PERMIT(TECHPROF) SCHEDULE(PROD1) DAYS(FRIDAY)

This example permits users in the Technical Services Department to access PROD1

TSS PERMIT(TECHPROF) SCHEDULE(PROD1)

This example revokes access:

TSS REVOKE(TECHPROF) SCHEDULE(PROD1)