JCL execution requires the following types of Service Execution Processes (SEPs):
You can define initiators and printers to start up automatically whenever the enterprise server is started, and you can also create ones that last only for the current session.
The JCL template that you used to create an enterprise server includes an INITALL initiator. You need to create a new one for your application, named INITB.
To define an initiator to start automatically:
You can see that an initiator, INITALL, has already been defined.
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 |
This concludes the configuration of the JES-enabled enterprise server. Next, you need to create and build the JCL application that will run on the enterprise server - see Create and Build a JCL Application.