样本 BIPEDIT 文件

更新开始
/* REXX  */
/************************************************************************/
/*                                                                      */
/*  @START_COPYRIGHT@                                                   */
/*                                                                      */
/*  Licensed Materials - Property of IBM;                               */
/*  5655-G97 (c) Copyright IBM Corp. 2004;                              */
/*  All Rights Reserved;                                                */
/*  US Government Users Restricted Rights - use,                        */
/*  duplication or disclosure restricted by GSA                         */
/*  ADP Schedule Contract with IBM Corp.;                               */
/*  See Copyright Instructions                                          */
/*                                                                      */
/*  @END_COPYRIGHT@                                                     */
/*                                                                      */
/************************************************************************/
/*              IBM WebSphere Event/Message Brokers                     */
/*                                                                      */
/* REXX utility to customize JCL.                                       */
/*                                                                      */
/************************************************************************/
/* MORE INFORMATION - See:                                              */
/*                                                                      */
/*    WebSphere Event/Message Brokers Information Centre.               */
/*                                                                      */
/************************************************************************/
/*                                                                      */
/*  This edit macro can be used to assist you in configuring your       */
/*  Broker configuration files.                                         */
/*  1. Edit this file to alter the change commands so the second        */
/*     parameter is the value for your installaton                      */
/*  2. Save the file                                                    */
/*  3. Rename it to a broker related file, for example VCP1EDIT for     */
/*     Broker called VCP1BRK                                            */
/*  4. In TSO or TSO command shell ( often ISPF option 6) execute       */
/*     ALTLIB ACTIVATE APPLICATION(EXEC) DA('WBI.V5.SBIPPROC')          */
/*     where WBI.V5.SBIPPROC is the name of the PDS contaning this      */
/*     macro                                                            */
/*  5. Using the same ISPF session, edit a configuration file           */
/*  6. Type the macro name at the commands line and press enter         */
/*     This will execute the macro.                                     */
/*     If you get Command not found, then check you issued the command  */
/*     in 4. in the same ISPF session                                   */
/*  7. If the macro has any errors, cancel from the file being edited   */
/*     resolve the errors in the macro and retry                        */
/*                                                                      */
/************************************************************************/
/* See the product docmentation on the meaning of the fields below= */
/************************************************************************/
ISREDIT MACRO NOPROCESS
ADDRESS ISREDIT
/* All components (Broker , Configuration Manager and User Name Server) */
"change ++INSTALL++ install_value                        all"
"change ++COMPONENTDIRECTORY++ compdir_value             all"
"change ++COMPONENTNAME++ MQ01BRK                        all"
"change ++HOME++ /u/mq01brk                              all"
"change ++OPTIONS++ options_value                        all"
"change ++LOCALE++ C                                     all"
"change ++TIMEZONE++ GMT0BST                             all"
"change ++JAVA++ /usr/lpp/java/IBM/J1.4                  all"
"change ++WMQHLQ++ MQM.V530                              all"
"change ++QUEUEMANAGER++ MQ01                            all"
"change ++COMPONENTDATASET++ componentdataset_value      all"
"change ++STARTEDTASKNAME++ MQ01BRK                      all"
"change ++COMPONENTPROFILE++ componentprofile_value      all"
"change ++XMLTOOLKIT++ /usr/lpp/ixm/IBM/xml4c-5_5        all"
/* Broker only                                                          */
/* (Delete if Configuration Manager or User Name Server)                */
"change ++DB2CONVERSION++ SINGLE                         all"
"change ++DB2SUBSYSTEM++ dbdsubsystem_value              all"
"change ++DB2LOCATION++ db2location_value                all"
"change ++DB2TABLEOWNER++ MQ01GRP                        all"
"change ++DB2CURRENTSQLID++ MQ01GRP                      all"
"change ++DB2DSNACLIPLAN++ dsnacli_value                 all"
"change ++DB2HLQ++ SYS2.DB2.V710                         all"
"change ++DB2RUNLIB++ runlib_value                       all"
"change ++DB2SAMPLEPROGRAM++ sampleprogram_value         all"
"change ++DB2SAMPLEPROGRAMPLAN++ sampleprogramplan_value all"
"change ++DB2DATABASE++ DMQ01BRK                         all"
"change ++DB2STORAGEGROUP++ MQ01STOR                     all"
"change ++DB2BUFFERPOOL++ BP0                            all"
"change ++DB2INDEXBP++ BP0                               all"
"change ++DB2LOBBP++ BP0                                 all"
/* Configuration Manager only                                           */
/* (Delete if Broker or User Name Server)                               */
"change ++MQPATH++ /usr/lpp/mqm                          all"
更新结束
相关任务
定制代理组件数据集
定制代理 JCL
定制配置管理器组件数据集
定制配置管理器 JCL
定制用户名称服务器组件数据集
定制用户名称服务器 JCL
相关参考
代理 PDSE 的内容
用户名称服务器 PDSE 的内容
配置管理器 PDSE 的内容
声明 | 商标 | 下载 | 书库 | 支持 | 反馈
Copyright IBM Corporation 1999, 2006 最后一次更新时间:2006/08/14
ae22365_