Previous Topic: IPPORT Statement—Specify the Port Number at the IP Address to MonitorNext Topic: JCLREFERENCE Statement—Specify the JCL Name on the Server Side


JCLCONTENT Statement—Specify the Full Path to the JCL

The JCLCONTENT statement specifies the full path of the JCL to run. With JCLCONTENT, the submitted JCL is read from the file that is specified as the JCL content. The contents of the JCL file are physically sent to the server.

Supported Job Types

If the JCLREFERENCE statement is not used, this statement is required for the following job type:

Syntax

This statement has the following format:

JCLCONTENT jclcontent
jclcontent

Defines the full path of the JCL to run.

Limits: Up to 256 characters; case-sensitive. Place content with delimiters in single quotes.

Note: JCLCONTENT is a job level statement, meaning it can be specified only within the specific MF_Job Job definition.

Example: Define the JCL Content

In the following example, the full path of the JCL to run is defined.

AGENT CYBDB1
JCLCONTENT C:\JCLDEMO\WAJCL\FIVESTEPS.jcl
SERVERADDR 'lod00003.zz.com'