HCL Workload Automation, Version 9.4

Example 4

User administrator is granted submit permission for all jobs, 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=@ ACCESS=ADD,ADDDEP,…,RERUN,SUBMIT,USE,LIST,UNLOCK
[…]
END
User jsmith is granted submitdb permission for all jobs, allowing her to submit all jobs defined in the database, but she is not permitted to run ad hoc job submissions:
USER RESTRICTED
CPU=@+LOGON=jsmith
BEGIN
JOB CPU=@ ACCESS=ADD,ADDDEP,…,RERUN,SUBMITDB,USE,LIST,UNLOCK
[…]
END