Previous Topic: Storage Pool SizeNext Topic: Batch Considerations


Additional PROGRAM Statements

You must include additional system generation PROGRAM statements to define:

You can optionally include PROGRAM statements for IPSBs and subschemas.

IDMSDLVC Database Procedure

Add the following system generation PROGRAM statement to define the IDMSDLVC database procedure. IDMSDLVC is a database procedure for modifying variable-length records.

ADD PROGRAM IDMSDLVC
 LANGUAGE IS ASSEMBLER
 REENTRANT
 REUSABLE.

IDMSDLVD Database Procedure

Add the following PROGRAM statement to define the IDMSDLVD database procedure. IDMSDLVD is a database procedure for retrieving variable-length records.

ADD PROGRAM IDMSDLVD
 LANGUAGE IS ASSEMBLER
 REENTRANT
 REUSABLE.

IPSBs and Subschemas

PROGRAM statements can be added for IPSBs and subschemas, but are not required. The PROGRAM statement for an IPSB takes the following form where ipsb-name is the name of the IPSB:

ADD PROGRAM ipsb-name 
  LANGUAGE IS SUBSCHEMA.

More information:

CA IDMS DLI Transparency Software Components