You need to specify the directories and other details needed for the enterprise server to find deployed programs. To do this:
Field | Value to enter: | Details |
---|---|---|
JES Program Path | $JCLPROJ\bin\x86\Debug | Path for the directory containing executable files to be run by your JCL jobs. This is the output build path of your project
that contains the
.dll and
.idy files.
Tip: If you are creating a 64-bit application, substitute
x86 for
x64.
|
System Catalog | $JCLPROJ\catalog\catalog.dat | Path and name of the system catalog. This is a file that holds the details of data files, their attributes and locations.
Note: The
catalog directory is created later in the tutorial.
|
Default Allocated Dataset Location | $JCLPROJ\catalog\datasets | The default path for the directory where new data sets are to be created if you do not specify a directory.
Note: The
catalog directory is created later in the tutorial.
|
System Procedure Library | SYS1.PROCLIB | Set of cataloged PDS data set names that will be searched to resolve JCL procedure names. |