This example gives USER01 ownership of all JES spool data sets originating at node a, which is being routed through that node to another node (node b). The resource name that JES is validating is localnodeid.userid.jobname.jobid.dsnumber.dsname:
TSS ADDTO(USER01) JESSPOOL(USG203ME)
This example removes ownership:
TSS REMOVE(USER01) JESSPOOL(USG203ME)
This example permits users READ access of all of their own JES spool data sets from the node USG203ME:
TSS PERMIT(ALL) JESSPOOL(USG203ME.%)
This example revokes access:
TSS REVOKE(ALL) JESSPOOL(USG203ME.%)
A user needs authorization to view his output regardless of the originating node:
TSS PERMIT(ALL) JESSPOOL(*.%)
where the first qualifier (node) is any node but the second qualifier must match the userid.
|
Copyright © 2009 CA.
All rights reserved.
|
|