The ALL Record is a reserved ACID that identifies resources globally accessible to all users. The ALL reserved ACID is only used with the TSS ADDTO or REMOVE command function for the OPERCMDS, COMMAND, FACILITY, XCOMMAND, and USER keywords.
You must have MISC9(GLOBAL) authority to administer the ALL Record.
To give all users access to a resource, enter the command:
TSS PERMIT(ALL) resclass(resname|p-fix)
ACCESS(accesslevel)
Examples: ALL record definitions
This example permits the data set UNSOLD.MASTER.FILE to the ALL Record with ALL access:
TSS PERMIT(ALL) DSNAME(‘UNSOLD.MASTER.FILE’) ACCESS(ALL)
This example permits all users to access the TSO facility between the hours of 9:00 a.m. and 5:59 p.m:
TSS ADDTO(ALL) FACILITY(TSO) TIME (09,17)
This example permits z/OS commands issued from a system console to the ALL Record:
TSS ADDTO(ALL) OPERCMDS(MVS.)
To list the ALL record, enter the command:
TSS LIST(ALL)
Example: listing the ALL record
This example lists the ALL Record:
TSS LIST(ALL) DATA(ALL)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|