Modifications Required For COBOL Applications
To achieve the same result for embedded COBOL applications, the following statements must be added to these files:
II_SYSTEM:[INGRES.FILES]EQSQLCA.COB, II_SYSTEM:[INGRES.FILES]ESQLDA.COB
On the first line of the above files, add:
*DC SET ALIGNMENT
On the last line of the above files, add:
*DC END-SET ALIGNMENT
The II_SYSTEM:[INGRES.FILES]UTCOM.DEF file requires the removal of the qualifier "/alignment=padding" from the COBOL compile statements.