Specify the name of the structure

To declare more than one instance of a structure, the macro prefixes the name of each field in the structure with a user-specifiable string and an underscore.

The string used is the label specified on the invocation of the macro. If no label is specified, the name of the structure is used to construct the prefix:
* Declare two object descriptors
         CMQODA,        Prefix used="MQOD_" (the default)
MY_MQOD  CMQODA,        Prefix used="MY_MQOD_"

The structure declarations shown in this section use the default prefix.

Parent topic: Structures