PL/I declaration for MQCNO
dcl 1 MQCNO based, 3 StrucId char(4), /* Structure identifier */ 3 Version fixed bin(31), /* Structure version number */ 3 Options fixed bin(31), /* Options that control the action of MQCONNX */ 3 ClientConnOffset fixed bin(31), /* Offset of MQCD structure for client connection */ 3 ClientConnPtr pointer, /* Address of MQCD structure for client connection */ 3 ConnTag char(128), /* Queue managerconnection tag */ 3 SSLConfigPtr pointer, /* Address of MQSCO structure for client connection */ 3 SSLConfigOffset fixed bin(31), /* Offset of MQSCO structure for client connection */ 3 ConnectionId char(24), /* Unique connection identifier 3 SecurityParmsOffset fixed bin(31); /* Offset of MQCSP structure for security parameters */ 3 SecurityParmsPtr pointer, /* Address of MQCSP structure for security parameters */Parent topic: Initial values and language declarations for MQCNO