      ******************************************************************
      **                                                              **
      **                  WebSphere MQ for Generic                    **
      **                                                              **
      **  FILE NAME:      CMQIIHL                                     **
      **                                                              **
      **  DESCRIPTION:    MQIIH Structure -- IMS Information Header   **
      **                                                              **
      ******************************************************************
      **  <copyright                                                  **
      **  notice="lm-source-program"                                  **
      **  pids="5724-H72,5655-R36,5724-L26,"                          **
      **  years="1993,2008"                                           **
      **  crc="63428704" >                                            **
      **  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 MQIIH,     **
      **                  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:                                                 **
      ** CMQIIHL                                                      **
      ** <END_BUILDINFO>                                              **
      ******************************************************************

      ** MQIIH structure
       10  MQIIH.
      ** Structure identifier
       15  MQIIH-STRUCID PIC X(4).
      ** Structure version number
       15  MQIIH-VERSION PIC S9(9) BINARY.
      ** Length of MQIIH structure
       15  MQIIH-STRUCLENGTH PIC S9(9) BINARY.
      ** Reserved
       15  MQIIH-ENCODING PIC S9(9) BINARY.
      ** Reserved
       15  MQIIH-CODEDCHARSETID PIC S9(9) BINARY.
      ** MQ format name of data that follows MQIIH
       15  MQIIH-FORMAT PIC X(8).
      ** Flags
       15  MQIIH-FLAGS PIC S9(9) BINARY.
      ** Logical terminal override
       15  MQIIH-LTERMOVERRIDE PIC X(8).
      ** Message format services map name
       15  MQIIH-MFSMAPNAME PIC X(8).
      ** MQ format name of reply message
       15  MQIIH-REPLYTOFORMAT PIC X(8).
      ** RACF password or passticket
       15  MQIIH-AUTHENTICATOR PIC X(8).
      ** Transaction instance identifier
       15  MQIIH-TRANINSTANCEID PIC X(16).
      ** Transaction state
       15  MQIIH-TRANSTATE PIC X.
      ** Commit mode
       15  MQIIH-COMMITMODE PIC X.
      ** Security scope
       15  MQIIH-SECURITYSCOPE PIC X.
      ** Reserved
       15  MQIIH-RESERVED PIC X.


      ******************************************************************
      **  End of CMQIIHL                                              **
      ******************************************************************
