z/OS Job parameters

The following table describes the General parameters for a z/OS Job:

NOTE: Take into consideration that some parameters might not appear in your properties pane, if they were not specified in the User View you applied. Use Control-M rules if the parameter rules were not specified by the Site Standard.

Parameter

Description

Job Type

Defines the type of Job that determines which fields are exposed in a Job definition. The value of the Job type is usually based on the platform for the Job ru7.51n. Jobs defined as Dummy provide instructions for Control-M such as post-processing actions. Value: z/OS

Job Name

Defines the name of the Job processing definition.

Control-M rules:

  • 1-8 characters
  • Case sensitive
  • Invalid characters: Single quotation marks, "$", "/", "*", "?", " "

Description

Provides a description of the Job in free text. A well written description can help you determine why the Job was defined and how it fits into your Job flow. Control-M rules:

  • 1-4000 characters
  • Case sensitive

Run as dummy

Enables you to run Jobs of Job types other than Dummy, as dummy Jobs.

What

Defines one or more parameters which determines what the Job runs. Determines whether the Job runs as one of the following:

  • Member: Defines that the Job runs a JCL saved in the Member located in the Member Library.
  • Embedded JCL: Defines that the Job runs an embedded JCL and includes the lines of the JCL.

Member Library

Indicates the location of the Member that contains the JCL, started task procedure, or Warning message.

Control-M rules:

  • 1-44 characters
  • Invalid characters: Non-English characters

Member

Indicates the name of a member that contains one of the following in relation to the Job to be executed:

  • JCL of the Job
  • Started task procedure
  • Warning message

Control-M rules:

  • 1-8 characters
  • Invalid characters: Non-English characters

Embedded JCL

Defines a script exactly as it would be specified in a terminal for the specific computer and is part of the Job definition. Control-M rule: 64000 B

Control-M/Server

Defines the name of the Control-M for z/OS that processes the Job.

Run as

Identifies the user name with the authorization to execute the Job. This parameter is used by the Control-M security mechanism. Control-M rule: 1-8 characters

Override Path

Specifies a temporarily-modified Job script file without changing the original script file in the File Path/Member library and without changing the scheduling order of a Folder.

Control-M rules:

  • 1-44 characters
  • Invalid characters: Non-English characters. The contents of this field must not begin with the following strings:
  • GENERAL
  • USER=

Run as started task

Specifies that the Job is invoked with the operator START command.

Application

Provides a logical name for sorting groups of Jobs. This parameter is used to supply a common descriptive name to a set of related Job groups. The Jobs do not necessarily have to run at the same time. Control-M rule: Invalid characters: Single quotation marks, Blanks

Sub Application

Indicates the name of the Sub Application where the Job belongs logically. It is a sub-category of the Application parameter. For example, the Application is Finances, and the Sub Application is Payroll.

Control-M rules:

  • 1-64 characters
  • Case Sensitive
  • Invalid Characters: Single quotation marks, Blanks

Scheduling Environment

Indicates the JES2 workload management scheduling environment that is to be associated with the Job.

Control-M rules:

  • 1-16 characters
  • Case Sensitive
  • Invalid Characters: Non-English characters, Blanks

System Affinity

Indicates the identity of the system in which the Job must be initiated and executed (in JES2). Control-M rules:

  • 1-5 alpha-numeric characters
  • The alpha-numeric characters can be proceeded by a "/". "/" as a first character indicates NOT in JES3.
  • Invalid characters: Non-English characters

Request NJE Node

Defines the node in the JES network where the Job executes.

Control-M rules:

  • 1-8 characters
  • Invalid Characters: Single quotation marks,"$", "/", "*", "?", " "

Prevent NCT2

Performs data set cleanup before the original Job run.

Control-D Category

Defines the name of the Control-D Report Decollating Mission Category. If specified, the report decollating mission is scheduled whenever the Job is scheduled under Control-M.

Control-M rules:

  • 1-20 characters
  • Invalid characters: Blanks

Variables

All variables are identified by the %% prefix. If %% is included in the value for a Job processing parameter, Control‑M assumes that it is referring to a variable or function.

Control-M rules:

  • Name: 1-66 characters
  • Value: 1-66 characters

    NOTE: Name and Value length together should not exceed 66 characters.

Documentation

Defines a description related to the Job, and is saved in a defined location. The Documentation area in the Properties pane includes information about where to find the Documentation. In a z/OS Job, the Documentation is in a Doc Member located in a Doc Library. In a non-z/OS Job, the Documentation depends on whether the type is File or URL. For a file, the description is located in a file located in a file path. For a URL, the Documentation is located in a URL address.

Doc Library

Defines the name of the library where the Documentation (description) is saved. Control-M rules:

  • 1-44 characters
  • Invalid characters: Non-English characters

Doc Member

Defines the name of the member where the Job Documentation (description) is saved.

Control-M rules:

  • 1-8 characters
  • Invalid characters: Non-English characters

Priority

Determines the order of Job processing.

Emergency Job

Determines whether the z/OS Job is an Emergency Job.

Parent Topic

Job types