Creating procedures for specific subsystem types
Use the prolog in the sample procedure to modify sample procedures for different system environments.
The sample procedures, in general, assume a 'standard' DB/DC system because the actual system environment is not known. For each procedure that has conditionally-generated statements for ‘non-standard’ environments, the prolog in the sample procedure includes detailed instructions on how the sample procedure should be modified.
Procedures that have conditional statements for 'non-standard' environments indicates the environment in which the conditional statements apply as follows:
- BATCH
- The system is BATCH (
SYSTEM=(BATCH)is specified in the IMSCTRL macro). - DBCTL
- The system is DBCTL (
SYSTEM=(DBCTL)is specified in the IMSCTRL macro). - DCCTL
- The system is DCCTL (
SYSTEM=(DCCTL)is specified in the IMSCTRL macro). - DUAL
- Dual data sets for the system log are required.
- MFSTEST
- The Message Format Service test facility is included (
OPTIONS=MFSTESTis specified in the COMM macro orMFSTEST=YESis specified in the IMSGEN macro). - MONITOR
- Monitor data set for logging is required
- XRF
- The system is XRF (
HSB=YESis specified in the IMSCTRL macro).