샘플 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/21
ae22365_