Valid on z/OS, z/VSE, and z/VM.
Use the CALENDAR keyword to:
When used with ADDTO, this keyword has the following format:
TSS ADDTO(SDT) CALENDAR(calname)
[YEAR(yyyy)]
[DAYS(daywk1,,,)]
[INCLUDE(mm/dd)]
[EXCLUDE(mm/dd)]
Specifies a record ID that must be unique for each calendar. It can contain letters, numbers, and special characters.
Length: 8 characters
Specifies the days to include in the calendar.
Specifies the days to include in the calendar.
Specifies the days to exclude from the calendar.
When used with PERMIT, this keyword has the following format:
TSS PERMIT(acid) RESOURCE(resource‑name)
ACCESS(level)
CALENDAR(calname
Specifies one of following access levels: ALL, CREATE, CONTROL, FETCH, NONE, READ, SCRATCH, UPDATE, or WRITE.
Default: READ
This keyword is used with:
This example creates a calendar for the present year called CAL1:
TSS ADDTO(SDT) CALENDAR(CAL1)
This example creates a calendar called CAL1 for the days Monday through Friday in the year 2009:
TSS ADDTO(SDT) CALENDAR(CAL1)
YEAR(2009)
DAYS(WEEKDAY)
This example permits a user to update the inventory master file data set INV.MASTER.FILE with the personnel department's CALENDAR CAL1:
TSS PERMIT(USR01) DSNAME('INV.MASTER.FILE')
ACCESS(UPDATE)
CALENDAR(CAL1)
This example revokes access:
TSS REVOKE(USR01) DSNAME('INV.MASTER.FILE')
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|