      ******************************************************************
      **                                                              **
      **                  WebSphere MQ for Generic                    **
      **                                                              **
      **  FILE NAME:      CMQCNOV                                     **
      **                                                              **
      **  DESCRIPTION:    MQCNO Structure -- Connect Options          **
      **                                                              **
      ******************************************************************
      **  <copyright                                                  **
      **  notice="lm-source-program"                                  **
      **  pids="5724-H72,5655-R36,5724-L26,"                          **
      **  years="1993,2008"                                           **
      **  crc="308896136" >                                           **
      **  Licensed Materials - Property of IBM                        **
      **                                                              **
      **  5724-H72,5655-R36,5724-L26,                                 **
      **                                                              **
      **  (C) Copyright IBM Corp. 1993, 2008 All Rights Reserved.     **
      **                                                              **
      **  US Government Users Restricted Rights - Use, duplication or  **
      **  disclosure restricted by GSA ADP Schedule Contract with     **
      **  IBM Corp.                                                   **
      **  </copyright>                                                **
      ******************************************************************
      **                                                              **
      **  FUNCTION:       This file declares the structure MQCNO,     **
      **                  which is used by the main MQI.              **
      **                                                              **
      **  PROCESSOR:      COBOL                                       **
      **                                                              **
      ******************************************************************

      ******************************************************************
      ** <BEGIN_BUILDINFO>                                            **
      ** Generated on:  5/24/10 9:13 PM                               **
      ** Build Level:   p000-L100524                                  **
      ** Build Type:    Production                                    **
      ** Pointer Size:  64 Bit                                        **
      ** Source File:                                                 **
      ** CMQCNOV                                                      **
      ** <END_BUILDINFO>                                              **
      ******************************************************************

      ** MQCNO structure
       10  MQCNO.
      ** Structure identifier
       15  MQCNO-STRUCID PIC X(4) VALUE 'CNO '.
      ** Structure version number
       15  MQCNO-VERSION PIC S9(9) BINARY VALUE 1.
      ** Options that control the action of MQCONNX
       15  MQCNO-OPTIONS PIC S9(9) BINARY VALUE 0.
      ** Ver:1 **
      ** Offset of MQCD structure for client connection
       15  MQCNO-CLIENTCONNOFFSET PIC S9(9) BINARY VALUE 0.
      ** Address of MQCD structure for client connection
       15  MQCNO-CLIENTCONNPTR POINTER VALUE NULL.
      ** Ver:2 **
      ** Queue-manager connection tag
       15  MQCNO-CONNTAG PIC X(128) VALUE LOW-VALUES.
      ** Ver:3 **
      ** Address of MQSCO structure for client connection
       15  MQCNO-SSLCONFIGPTR POINTER VALUE NULL.
      ** Offset of MQSCO structure for client connection
       15  MQCNO-SSLCONFIGOFFSET PIC S9(9) BINARY VALUE 0.
      ** Ver:4 **
      ** Unique Connection Identifier
       15  MQCNO-CONNECTIONID PIC X(24) VALUE LOW-VALUES.
      ** Offset of MQCSP structure
       15  MQCNO-SECURITYPARMSOFFSET PIC S9(9) BINARY VALUE 0.
      ** Address of MQCSP structure
       15  MQCNO-SECURITYPARMSPTR POINTER VALUE NULL.
      ** Ver:5 **


      ******************************************************************
      **  End of CMQCNOV                                              **
      ******************************************************************
