      ******************************************************************
      **                                                              **
      **                  WebSphere MQ for Generic                    **
      **                                                              **
      **  FILE NAME:      CMQTML                                      **
      **                                                              **
      **  DESCRIPTION:    MQTM Structure -- Trigger Message           **
      **                                                              **
      ******************************************************************
      **  <copyright                                                  **
      **  notice="lm-source-program"                                  **
      **  pids="5724-H72,5655-R36,5724-L26,"                          **
      **  years="1993,2008"                                           **
      **  crc="74271012" >                                            **
      **  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 MQTM,      **
      **                  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:                                                 **
      ** CMQTML                                                       **
      ** <END_BUILDINFO>                                              **
      ******************************************************************

      ** MQTM structure
       10  MQTM.
      ** Structure identifier
       15  MQTM-STRUCID PIC X(4).
      ** Structure version number
       15  MQTM-VERSION PIC S9(9) BINARY.
      ** Name of triggered queue
       15  MQTM-QNAME PIC X(48).
      ** Name of process object
       15  MQTM-PROCESSNAME PIC X(48).
      ** Trigger data
       15  MQTM-TRIGGERDATA PIC X(64).
      ** Application type
       15  MQTM-APPLTYPE PIC S9(9) BINARY.
      ** Application identifier
       15  MQTM-APPLID PIC X(256).
      ** Environment data
       15  MQTM-ENVDATA PIC X(128).
      ** User data
       15  MQTM-USERDATA PIC X(128).


      ******************************************************************
      **  End of CMQTML                                               **
      ******************************************************************
