SECLABEL Parameter
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.
It represents the security level and security categories defined by RACF. The user should have the authority and required privileges to run the job.
It 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 -
Scenario - Job with security level.
//MTHEXMP1 JOB (META007),'PAWAN Y',SECLABEL=MTHCONF
Job is coded with the MTHCONF security level.