To set site default values for the GLOBAL statement, you use the FABJTGEN program to
create the source code for the site default table and assemble and link-edit the source
code.
Procedure
- Run the IMS HP Image Copy
Site Default Generation utility (FABJTGEN) to create source code for the
site default table (FABJGLB0). To run FABJTGEN, do as follows:
- Code the EXEC statement.
The EXEC statement must be in the following
form:
// EXEC PGM=FABJTGEN,REGION=nM
- Supply DD statements. See DD statements for the Site Default Generation utility.
- Specify the ICEIN keywords and their parameters that you want to use as the site
default values.
- Submit the JCL.
-
Assemble and link the FABJGLB0 source code.
This procedure has two steps: Assemble and link-edit to create the site default table module from
the assembler source.
The input assembler source is generated by FABJTGEN. Both the module name and the entry name of
the site default table must be FABJGLB0.
Link-edit the site default table module with the following options:
JCL sample (FABJDFLJ) that generates the site default table module is provided in the SHPSSAMP
data set.
- Concatenate the load module library in which FABJGLB0 resides
to the STEPLIB of the IMS HP Image Copy FABJMAIN
JCL.