Previous Topic: Time RangesNext Topic: TOKENADD Keyword—Create PKCS#11 Token


Examples: TIMES keyword

This example specifies an inclusive range, set the start time to a lesser number than the stop time:

TSS ADDTO(USER01) FACILITY(CICS)
                  TIMES(06,12)

This example allows USER01 to access the CICS facility from 8 p.m. until 10 a.m. the following day:

TSS ADDTO(USER01) FACILITY(CICS)
                  TIMES(20,10)

This example assigns access for one hour (10 a.m. to 11 a.m.):

TSS ADDTO(acid) FACILITY(CICS)
                TIMES(10,11)