Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

CMPAT

The CMPAT option specifies the format used for descriptors generated by the compiler.

Read syntax diagramSkip visual syntax diagram             .-LE-.
>>-CMPAT--(--+-V3-+--)-----------------------------------------><
             +-V2-+
             '-V1-'
 

ABBREVIATIONS: CMP

LE
Under CMPAT(LE), the compiler generates descriptors in the format defined by the Language Environment product.
V1
Under CMPAT(V1), the compiler generates the same descriptors as would be generated by the OS PL/I Version 1 compiler.
V2
Under CMPAT(V2), the compiler generates the same descriptors as would be generated by the OS PL/I Version 2 compiler when the CMPAT(V2) option was specified.
V3
Under CMPAT(V3), the compiler generates the same descriptors as would be generated by the Enterprise PL/I compiler when the CMPAT(V3) option was specified.

All the modules in an application must be compiled with the same CMPAT option.

The DFT(DESCLIST) option conflicts with the CMPAT(V1), CMPAT(V2), or CMPAT(V3) option, and if it is specified with the CMPAT(V1), CMPAT(V2), or CMPAT(V3) option, a message will be issued and the DFT(DESCLOCATOR) option assumed.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)