COBOL declaration for MQIMPO
Inquire message property options structure - COBOL language declaration
** MQIMPO structure 10 MQIMPO. ** Structure identifier 15 MQIMPO-STRUCID PIC X(4). ** Structure version number 15 MQIMPO-VERSION PIC S9(9) BINARY. ** Options that control the action of MQINQMP 15 MQIMPO-OPTIONS PIC S9(9) BINARY. ** Requested encoding of VALUE 15 MQIMPO-REQUESTEDENCODING PIC S9(9) BINARY. ** Requested character set identifier of VALUE 15 MQIMPO-REQUESTEDCCSID PIC S9(9) BINARY. ** Returned encoding of VALUE 15 MQIMPO-RETURNEDENCODING PIC S9(9) BINARY. ** Returned character set identifier of VALUE 15 MQIMPO-RETURNEDCCSID PIC S9(9) BINARY. ** Reserved field 15 MQIMPO-RESERVED1 ** Returned property name 15 MQIMPO-RETURNEDNAME. ** Address of variable length string 20 MQIMPO-RETURNEDNAME-VSPTR POINTER. ** Offset of variable length string 20 MQIMPO-RETURNEDNAME-VSOFFSET PIC S9(9) BINARY. ** CCSID of variable length string 20 MQIMPO-RETURNEDNAME-VSCCSID PIC S9(9) BINARY. ** Property data type as string 15 MQIMPO-TYPESTRING PIC S9(9) BINARY.Parent topic: Initial values and language declarations for MQIMPO