SECLABEL Parameter


Note! SECLABEL parameter can be coded only at the job level.

SECLABEL parameter is used to specify the security level at which the job is to execute when submitted.

SECLABLE represents the security level and security categories defined by RACF. The user should have the authority and required privileges to run the job.

The SECLABLE is a keyword parameter and is optional.

Syntax -

SECLABEL=sec-label-name
Sec-label-name Specifies the security label provided by the system administrator.

Default and overrides -

If the SECLABEL parameter is not coded, the system uses the default security label.

Examples -


Scenario1 - Job with security level.

//MTHEXMP1 JOB (META007),'PAWAN Y',SECLABEL=MTHCONF

Job is coded with the MTHCONF security level.

Scenario2 - JOB security level name with _.

//MTHEXMP1 JOB (META007),'PAWAN Y',SECLABEL='MTH_CONF'

Job is coded with the MTH_CONF security level.