The Create New Enterprise Server dialog box appears.
The Output window displays notification that the server has been created. If the Output window is not displayed, select .
This opens the Enterprise Server Common Web Administration (ESCWA) in a browser outside of the IDE.
This opens the General Properties page of the server's properties.
It is useful to have the character-mode console daemon window showing when the JCLDEMO region is running.
[ES-Environment] JCLPROJ=c:\tutorials\JCL\JCLDEMO
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 | $IDE_LOADLIB | The $IDE_LOADLIB variable resolves to the output directory of the project. This is the 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 - in this example, this is
$JCLPROJ\bin\x64\Debug.
Tip: If you are creating a 32-bit application, substitute
x64 for
x32.
|
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. |
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. |
System Procedure Library | SYS1.PROCLIB | Set of cataloged PDS data set names that will be searched to resolve JCL procedure names. |
JCL execution uses the following types of Service Execution Processes (SEPs):
You can define initiators and printers to start up automatically whenever the enterprise server region is started, and you can also create ones that last only for the current session.
The JCL template that you used to create the ESJCL enterprise server region includes a default initiator named INITALL. You need to modify INITALL for your application.
To modify INITALL to be a class B initiator that starts automatically:
This opens the Enterprise Server Common Web Administration (ESCWA) in a browser outside of the IDE.
This opens the General Properties page of the server's properties.
Field | Value | Comment |
---|---|---|
Name | INITB | Not case sensitive – gets folded to upper case |
Class | B | Not case sensitive – gets folded to upper case |
Description | Initiator for class B job |