CMQVERA macro

This macro allows you to set the default value to be used for the DCLVER parameter on the structure macros. The value specified by CMQVERA is used by the structure macro only if you omit the DCLVER parameter from the invocation of the structure macro. The default value is set by coding the CMQVERA macro with the DCLVER parameter:

    DCLVER=CURRENT
    The default version is set to the current (most recent) version.

    DCLVER=SPECIFIED
    The default version is set to the version specified by the VERSION parameter.

We must specify the DCLVER parameter, and the value must be uppercase. The value set by CMQVERA remains the default value until the next invocation of CMQVERA, or the end of the assembly. If we omit CMQVERA, the default is DCLVER=CURRENT. Parent topic: System/390 assembler programming