These sample programs are provided for IMS application to handle large message structures. The sample utilities, BAQGETS and BAQSETS for COBOL, and BAQPGETS and BAQPSETS for PL/I, handle the segmentation and de-segmentation of large data structures by using a temporary storage in the message processing region.
Follow the instructions in the IBM Documentation for details on how to create an IMS Large Data Structure:
- The
COBOLdirectory contains the IMS COBOL program BAQLDS.cbl and the sample CBOBOL utilities BAQGETS.cbl and BAQSETS.cbl which it calls. - The
JCLdirectory contains the JCL to compile and link all the samples. - The
PLIdirectory contains the sample PLI utilities BAQPGETS.pli and BAQPSETS.pli for an IMS PLI application to call.
See LICENSE for details.