Previous Topic: THREADS Keyword—Maximum Number of PTHREAD Created ThreadsNext Topic: TIMES Keyword—Access Hours


TIMEREC Keyword—Time Range Label

Valid on z/OS, z/VSE, and z/VM.

Use the TIMEREC keyword to:

Note: The TIMEREC and TIMES keywords are mutually exclusive on a PERMIT.

This keyword has the following format:

TSS ADDTO(SDT) TIMEREC(timename)
               DESCRIPT(descriptname)
               RANGE(hhmm:hhmm,...)

This keyword has the following format for TSS PERMIT/REVOKE:

TSS PERMIT(acid) RESCLASS(resourcename)
                 TIMEREC(timename)
time‑name

Specifies a time‑name that can contain letters, numbers or special characters.

Range: 1 to 8 characters

Capacity: 1 TIMEREC per command

This keyword is used with:

TIMEREC Access

Available access levels are determined by the RDT resource class being permitted. If ACCESS is not specified, CA Top Secret defaults to READ access.

The administrator can use any of the following methods to control access to TIME records: Expiration, Facility, and Actions.

The administrator can specify any or all of the access levels associated with a particular resource. For example, a data set would have the following access levels: ALL, CREATE, CONTROL, FETCH, NONE, READ, SCRATCH, UPDATE, and WRITE.

Example: TIMEREC keyword

This example adds a TIME record called TEMP1 to the SDT:

TSS ADDTO(SDT) TIMEREC(TEMP1)

This example permits a user to update a data set with a prefix of SFT and using a department's TIME record named TIME1:

TSS PERMIT(USR01) DSNAME(SFT.)
                  ACCESS(ALL)
                  TIMEREC(TIME1)

This example revokes access:

TSS REVOKE(USR01) DSNAME(SFT.)