      ******************************************************************
      **                                                              **
      **                  WebSphere MQ for Generic                    **
      **                                                              **
      **  FILE NAME:      CMQCIHL                                     **
      **                                                              **
      **  DESCRIPTION:    MQCIH Structure -- CICS Information         **
      **                  Header                                      **
      **                                                              **
      ******************************************************************
      **  <copyright                                                  **
      **  notice="lm-source-program"                                  **
      **  pids="5724-H72,5655-R36,5724-L26,"                          **
      **  years="1993,2008"                                           **
      **  crc="804015984" >                                           **
      **  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 MQCIH,     **
      **                  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:  32 Bit                                        **
      ** Source File:                                                 **
      ** CMQCIHL                                                      **
      ** <END_BUILDINFO>                                              **
      ******************************************************************

      ** MQCIH structure
       10  MQCIH.
      ** Structure identifier
       15  MQCIH-STRUCID PIC X(4).
      ** Structure version number
       15  MQCIH-VERSION PIC S9(9) BINARY.
      ** Length of MQCIH structure
       15  MQCIH-STRUCLENGTH PIC S9(9) BINARY.
      ** Reserved
       15  MQCIH-ENCODING PIC S9(9) BINARY.
      ** Reserved
       15  MQCIH-CODEDCHARSETID PIC S9(9) BINARY.
      ** MQ format name of data that follows MQCIH
       15  MQCIH-FORMAT PIC X(8).
      ** Flags
       15  MQCIH-FLAGS PIC S9(9) BINARY.
      ** Return code from bridge
       15  MQCIH-RETURNCODE PIC S9(9) BINARY.
      ** MQ completion code or CICS EIBRESP
       15  MQCIH-COMPCODE PIC S9(9) BINARY.
      ** MQ reason or feedback code, or CICS EIBRESP2
       15  MQCIH-REASON PIC S9(9) BINARY.
      ** Unit-of-work control
       15  MQCIH-UOWCONTROL PIC S9(9) BINARY.
      ** Wait interval for MQGET call issued by bridge task
       15  MQCIH-GETWAITINTERVAL PIC S9(9) BINARY.
      ** Link type
       15  MQCIH-LINKTYPE PIC S9(9) BINARY.
      ** Output COMMAREA data length
       15  MQCIH-OUTPUTDATALENGTH PIC S9(9) BINARY.
      ** Bridge facility release time
       15  MQCIH-FACILITYKEEPTIME PIC S9(9) BINARY.
      ** Send/receive ADS descriptor
       15  MQCIH-ADSDESCRIPTOR PIC S9(9) BINARY.
      ** Whether task can be conversational
       15  MQCIH-CONVERSATIONALTASK PIC S9(9) BINARY.
      ** Status at end of task
       15  MQCIH-TASKENDSTATUS PIC S9(9) BINARY.
      ** Bridge facility token
       15  MQCIH-FACILITY PIC X(8).
      ** MQ call name or CICS EIBFN function
       15  MQCIH-FUNCTION PIC X(4).
      ** Abend code
       15  MQCIH-ABENDCODE PIC X(4).
      ** Password or passticket
       15  MQCIH-AUTHENTICATOR PIC X(8).
      ** Reserved
       15  MQCIH-RESERVED1 PIC X(8).
      ** MQ format name of reply message
       15  MQCIH-REPLYTOFORMAT PIC X(8).
      ** Remote CICS system id to use
       15  MQCIH-REMOTESYSID PIC X(4).
      ** CICS RTRANSID to use
       15  MQCIH-REMOTETRANSID PIC X(4).
      ** Transaction to attach
       15  MQCIH-TRANSACTIONID PIC X(4).
      ** Terminal emulated attributes
       15  MQCIH-FACILITYLIKE PIC X(4).
      ** AID key
       15  MQCIH-ATTENTIONID PIC X(4).
      ** Transaction start code
       15  MQCIH-STARTCODE PIC X(4).
      ** Abend transaction code
       15  MQCIH-CANCELCODE PIC X(4).
      ** Next transaction to attach
       15  MQCIH-NEXTTRANSACTIONID PIC X(4).
      ** Reserved
       15  MQCIH-RESERVED2 PIC X(8).
      ** Reserved
       15  MQCIH-RESERVED3 PIC X(8).
      ** Ver:1 **
      ** Cursor position
       15  MQCIH-CURSORPOSITION PIC S9(9) BINARY.
      ** Offset of error in message
       15  MQCIH-ERROROFFSET PIC S9(9) BINARY.
      ** Reserved
       15  MQCIH-INPUTITEM PIC S9(9) BINARY.
      ** Reserved
       15  MQCIH-RESERVED4 PIC S9(9) BINARY.
      ** Ver:2 **


      ******************************************************************
      **  End of CMQCIHL                                              **
      ******************************************************************
