Select this checkbox if you want the wizard to automatically copy the generated output files to another location, either local or remote (see Step B1. Decide on a target destination for the output files).
When you select this check box, the next page of the wizard allows you to select the location to which you want the wizard to copy the output files.
| Field in the Job Control information group: | Corresponding placeholder term in the JCL files: |
|---|---|
| Job Control User ID field | %MAT_UID% |
| Job Control account field | %MAT_ACCOUNT% |
| Deployment libraries HLQ field | %MAT_HLQ% |
LINK='%MAT_HLQ%.USER.LINKLIB'If you specify a value in the Deployment libraries HLQ field (such as PRJ1FLO3.CA1) then when the wizard creates the compile JCL file, the wizard replaces the variable contained in the template with the actual value that you specified. The revised line reads as follows:
LINK='PRJ1FLO3.CA1.USER.LINKLIB'
In contrast, if you do not specify a value in one of the fields in the Job Control information group, then the wizard does not replace the variable and the variable still is present in the generated JCL file. Thus, in the example above, if you do not specify a value in the Deployment libraries HLQ field, then the generated JCL file contains the default line (containing %MAT_HLQ%) rather than the revised line (containing PRJ1FLO3.CA1).
| Description: | Text: |
|---|---|
| An example line from the JCL template DFHMAXCJ: | COPY1='%MAT_HLQ%.USER.COPYLIB' |
| An example high-level qualifier that you type into the field Deployment libraries HLQ on the File selection page of the Generate Runtime Code wizard: | SFP001 |
| The resulting line in the compile JCL created by the wizard: | COPY1='SFP001.USER.COPYLIB' |
You can use this option when you are developing or testing a flow, as a quicker and easier method of defining resources to CICS.
However, note that the resource definitions created by this method are not permanent and that no CICS CSD file definitions are made for these resource definitions.
See Have the Service Flow Runtime manage resource definition creation.
JCL Generation Warning window:
then
Click OK to close this window.
The wizard returns to its work and generates the output files in the usual way.