Example of valid syntax for the input data set
struct TEST { MQLONG SERIAL_NUMBER; MQCHAR ID[5]; MQINT16 VERSION; MQBYTE CODE[4]; MQLONG DIMENSIONS[3]; MQCHAR NAME[24]; } ;
This corresponds to the following declarations in other programming languages:
Parent topic:
Valid syntax
fg13070_