This structure is available in the following languages:
typedef struct tagMQCFIN { MQLONG Type; /* Structure type */ MQLONG StrucLength; /* Structure length */ MQLONG Parameter; /* Parameter identifier */ MQLONG Value; /* Parameter value */ } MQCFIN;
** MQCFIN structure 10 MQCFIN. ** Structure type 15 MQCFIN-TYPE PIC S9(9) BINARY. ** Structure length 15 MQCFIN-STRUCLENGTH PIC S9(9) BINARY. ** Parameter identifier 15 MQCFIN-PARAMETER PIC S9(9) BINARY. ** Parameter value 15 MQCFIN-VALUE PIC S9(9) BINARY.
dcl 1 MQCFIN based, 3 Type fixed bin(31), /* Structure type */ 3 StrucLength fixed bin(31), /* Structure length */ 3 Parameter fixed bin(31), /* Parameter identifier */ 3 Value fixed bin(31); /* Parameter value */
MQCFIN DSECT MQCFIN_TYPE DS F Structure type MQCFIN_STRUCLENGTH DS F Structure length MQCFIN_PARAMETER DS F Parameter identifier MQCFIN_VALUE DS F Parameter value MQCFIN_LENGTH EQU *-MQCFIN Length of structure ORG MQCFIN MQCFIN_AREA DS CL(MQCFIN_LENGTH)
Type MQCFIN Type As Long ' Structure type StrucLength As Long ' Structure length Parameter As Long ' Parameter identifier Value As Long ' Parameter value End Type Global MQCFIN_DEFAULT As MQCFIN
D* MQCFIN Structure D* D* Structure type D INTYP 1 4I 0 INZ(3) D* Structure length D INLEN 5 8I 0 INZ(16) D* Parameter identifier D INPRM 9 12I 0 INZ(0) D* Parameter value D INVAL 13 16I 0 INZ(0) D*
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzac04304 |