      ******************************************************************
      **                                                              **
      **                  WebSphere MQ for Generic                    **
      **                                                              **
      **  FILE NAME:      CMQBOV                                      **
      **                                                              **
      **  DESCRIPTION:    MQBO Structure -- Begin Options             **
      **                                                              **
      ******************************************************************
      **  <copyright                                                  **
      **  notice="lm-source-program"                                  **
      **  pids="5724-H72,5655-R36,5724-L26,"                          **
      **  years="1993,2008"                                           **
      **  crc="1349246818" >                                          **
      **  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 MQBO,      **
      **                  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:                                                 **
      ** CMQBOV                                                       **
      ** <END_BUILDINFO>                                              **
      ******************************************************************

      ** MQBO structure
       10  MQBO.
      ** Structure identifier
       15  MQBO-STRUCID PIC X(4) VALUE 'BO  '.
      ** Structure version number
       15  MQBO-VERSION PIC S9(9) BINARY VALUE 1.
      ** Options that control the action of MQBEGIN
       15  MQBO-OPTIONS PIC S9(9) BINARY VALUE 0.


      ******************************************************************
      **  End of CMQBOV                                               **
      ******************************************************************
