You need to create the following resources to enable a CICS application to submit JCL:
- A resource group to contain the new resources. You should supply the following fields:
Name
|
A name for the group, for example, CICSJCL
|
Description
|
A suitable description, for example, "Submit JCL from CICS"
|
- A DCT (destination control table) entry for the internal reader. A DCT entry describes a transient data queue. You should supply the following fields:
Name
|
A name for the DCT entry, for example, IRDR
|
Description
|
A suitable description, for example, "Internal reader DCT entry"
|
Type
|
Choose Internal Rdr from the list
|
Initial State
|
Choose Open from the list
|
When you have created these new resources, you should add the group to the startup list for JCL applications.
For these changes to take effect, you must stop then restart the enterprise server you are using.