Indicates the JES2 workload management scheduling environment that is to be associated with the job.
NOTE: This parameter is relevant only for z/OS jobs.
Additional information |
Description |
---|---|
Usage |
Optional |
Length |
1 through 16 characters |
Case Sensitive |
Yes |
Invalid Characters |
Blanks; non-English characters |
Variable Name |
None |
Alternate names |
|
The Scheduling Environment parameter can only be used when Control-M is running under JES2. If Control-M is running under JES3, any value specified for the Scheduling Environment parameter is ignored.
If a value is specified for the Scheduling Environment parameter, the JCL job statement is modified by the addition of a statement in the following form:
// SCHENV=schedule_environment
NOTE: If a value is specified for the Scheduling Environment parameter, it does not override any scheduling environment specified in the job statement unless the OVERJCLM parameter in the CTMPARM library is set to Y.
EXAMPLE: Specifying a scheduling environment
If the scheduling environment of job ACCT01 is to be SCHD2, specify the following:
The job statement is modified as follows:
Parent Topic |