High Level Assembler declaration for MQSRO

MQSRO                    DSECT
MQSRO_STRUCID            DS    CL4   Structure identifier
MQSRO_VERSION            DS    F     Structure version number
MQSRO_OPTIONS            DS    F     Options that control the action of MQSUBRQ
MQSRO_NUMPUBS            DS    F     Number of publications sent
*
MQSRO_LENGTH             EQU   *-MQSRO
                         ORG   MQSRO
MQSRO_AREA               DS    CL(MQSRO_LENGTH)
Parent topic: Initial values and language declarations for MQSRO