Default Allocated Dataset Location

JES Path

Job Entry Subsystem enabled

Mainframe Transaction Option enabled

System Catalog

System Procedure Library

JES

Use this page to enable Mainframe Transaction Option (MTO) and to configure the Job Entry Subsystem (JES) for JCL on this server.

Note: You can use the resolved value of an environment variable in any fields for the entry of file or directory paths. To do this, prefix the environment variable you want to include with a dollar ($) sign; for example:


$production\programs

where production is an environment variable.

If you want to use a dollar sign as part of the value, rather than as an indicator of an environment variable, you must escape the dollar sign character with a backslash(\); for example:


\$production\programs

In this case, $production will not be replaced by the value of the environment variable.

Top

Mainframe Transaction Option enabled

Check this to enable MTO for this enterprise server.

Top

Job Entry Subsystem enabled

Check this to enable the Job Entry Subsystem for this server.

Top

JES Path

Specify the path for the executable files that your JCL jobs will run.

Put your .gnt and .dll files on this path. For debugging, you will also need to put your .int, .idy and .cbl files on this path.

Top

System Catalog

Specify the full name (including the path) of your system catalog file. This file holds the details of data files, their attributes and locations.

Note: You cannot share a catalog between servers.

Top

Default Allocated Dataset Location

Specify the default directory to be used for the creation of new data sets.

Top

System Procedure Library

Specify the name of your system procedure library.

Top