Previous Topic: CA IDMS SpecificationsNext Topic: Concatenation Utility


Program Registration

CA IDMS Journal Analyzer is able to produce a PROGRAM DISPLAY in the subschema format (SUBSCHEMA DISPLAY) only when the journaled program is registered to a subschema. A program is associated with a subschema in the data dictionary through one of the following methods:

  1. The program is registered to a given subschema for authorized DML processing by the IDMSDDDL utility.
  2. The program is complied by a DML processor which automatically maintains compile-time statistics.

If a program is not already registered, the following statements must be processed via IDMSDDDL:

 / ADD     \
 <         >
 \ MODIFY  /

 PROGRAM program-name

 INCLUDE SUBSCHEMA subschema-name
 OF SCHEMA schema-name.

Note: This specification can be changed, so that different subschemas are defined for compilation and for the Subschema Display. CA IDMS Journal Analyzer uses the subschema most recently registered for each program.

Program registration will also be required if a user supplied decompression routine has been specified and if this routine requires a valid subschema name in the Applications Control Block (ACB).