Example 4
User
administrator
is granted submit permission for all jobs
defined in all folders ("/"), and
is therefore permitted to submit jobs defined in the database and ad hoc, with no restriction:
USER TWSADMIN
CPU=@+LOGON=administrator
BEGIN
JOB CPU=@ + FOLDER = / + CPUFOLDER = / ACCESS=ADD,ADDDEP,…,RERUN,SUBMIT,USE,LIST,UNLOCK
[…]
END
User
jsmith
is granted submitdb permission for all jobs
defined in all folders,
allowing her to submit all jobs defined in the database, but she is not permitted to run ad hoc job
submissions. She also has access to workstations in the /MYCPUS folder:
USER RESTRICTED
CPU=@+LOGON=jsmith
BEGIN
JOB CPU=@ + FOLDER = / + CPUFOLDER = /MYCPUS ACCESS=ADD,ADDDEP,…,RERUN,SUBMITDB,USE,LIST,UNLOCK
[…]
END