When adding resources to the ALL record:
Examples: add a resource
This example makes the SYS1.BRODCAST data set available to all users from the TSO facility at the UPDATE access level:
TSS PERMIT(ALL) DSNAME(‘SYS1.BRODCAST’)
ACCESS(UPDATE)
FACILITY(TSO)
This example makes storage and work volumes globally accessible:
TSS PERMIT(ALL) VOLUME(volume‑list)
ACCESS(CREATE)
This example allows all users—both undefined and defined—to access terminals with the PD01 and PD02 prefixes:
TSS PERMIT(ALL) TERMINAL(PD01,PD02)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|