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)
|
Copyright © 2009 CA.
All rights reserved.
|
|