Home

 

System/390 assembler-language declaration (z/OS only)

 

MQCFSL                         DSECT
MQCFSL_TYPE                    DS   F        Structure type
MQCFSL_STRUCLENGTH             DS   F        Structure length
MQCFSL_PARAMETER               DS   F        Parameter identifier
MQCFSL_CODEDCHARSETID          DS   F        Coded character set
*                                            identifier
MQCFSL_COUNT                   DS   F        Count of parameter values
MQCFSL_STRINGLENGTH            DS   F        Length of one string
MQCFSL_LENGTH                  EQU  *-MQCFSL Length of structure
                               ORG  MQCFSL
MQCFSL_AREA                    DS   CL(MQCFSL_LENGTH)

 

Parent topic:

Language declarations


pc15290_


 

Home