COBOL declaration for MQCNO
** MQCNO structure 10 MQCNO. ** Structure identifier 15 MQCNO-STRUCID PIC X(4). ** Structure version number 15 MQCNO-VERSION PIC S9(9) BINARY. ** Options that control the action of MQCONNX 15 MQCNO-OPTIONS PIC S9(9) BINARY. ** Offset of MQCD structure for client connection 15 MQCNO-CLIENTCONNOFFSET PIC S9(9) BINARY. ** Address of MQCD structure for client connection 15 MQCNO-CLIENTCONNPTR POINTER. ** Queue manager connection tag 15 MQCNO-CONNTAG PIC X(128). ** Address of MQSCO structure for client connection 15 MQCNO-SSLCONFIGPTR POINTER. ** Offset of MQSCO structure for client connection 15 MQCNO-SSLCONFIGOFFSET PIC S9(9) BINARY. ** Unique connection identifier 15 MQCNO-CONNECTIONID PIC X(24). ** Offset of MQCSP structure for security parameters 15 MQCNO-SECURITYPARMSOFFSET PIC S9(9) BINARY. ** Address of MQCSP structure for security parameters 15 MQCNO-SECURITYPARMSPTR POINTER.Parent topic: Initial values and language declarations for MQCNO