Previous Topic: JESINPUT Resource Class—Secure JES Job Entry SourcesNext Topic: JESSPOOL Resource Class—Secure JES Spool Data Sets


JESJOBS Resource Class—Secure Jobs

Valid on z/OS.

Use JESJOBS to secure the submission and cancellation of jobs.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) JESJOBS(oper,oper...)
Prefix length

Two to twenty‑six characters

Capacity of list

One to eight prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) JESJOBS(prefix(es))
Prefix length

Two to forty‑four characters

Capacity of list

One to eight prefixes per TSS command

This keyword uses:

The administrator can:

Note: Only z/OS, ESA release 3.1.3 and above offer support for all resources.

Masking

The JESJOBS resource class supports all masking characters.

Examples: JESJOBS resource class

This example gives an ACID, USER01, control of the jobname submitted during job submission:

TSS ADDTO(USER01) JESJOBS(SUBMIT.MYNODE.JOB01)

This example removes ownership:

TSS REMOVE(USER01) JESJOBS(SUBMIT.MYNODE.JOB01)

This example permits USER01 control of another ACIDs jobname during job submission:

TSS PERMIT(USER01) JESJOBS(SUBMIT.MYNODE.*.USER02)

This example revokes access the administrator enter:

TSS REVOKE(USER01) JESJOBS(SUBMIT.MYNODE.JOB2.USER02)