Using aggregates

PL/I and COBOL map structures differently. In PL/I, the alignment of parameters is determined by the use of the ALIGNED and UNALIGNED attributes. For best results, all parameters passed between PL/I and COBOL routines should be declared using the ALIGNED attribute. The equivalent specification in COBOL is the SYNCHRONIZED clause. See the appropriate language reference and programming guide for details about the ALIGNED attribute.