Declaring constants

 

Most constants are declared as equates in macro CMQA. However, the following constants cannot be defined as equates, and these are not included when you call the macro using default options:

To include them, add the keyword EQUONLY=NO when you call the macro.

CMQA is protected against multiple declaration, so we can include it many times. However, the keyword EQUONLY takes effect only the first time that the macro is included.

 

Parent topic:

Coding in System/390 assembler language


fg11780_