File BIPEDIT di esempio

Inizio modifica
/* 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                        */
/*                                                                      */
/************************************************************************/
/*   Consultare la documentazione del prodotto per il significato dei campi seguenti=   */
/************************************************************************/
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"
Fine modifica
Attività correlate
Personalizzazione del set di dati del componente broker
Personalizzazione del JCL del broker
Personalizzazione del set di dati del componente Gestione configurazione
Personalizzazione del JCL del Gestione configurazione
Personalizzazione del set di dati del componente Server nomi utente
Personalizzazione del JCL del Server nomi utente
Riferimenti correlati
Contenuto del PDSE del broker broker PDSE
Contenuto del PDSE del server di nomi utente
Contenuto del PDSE di Gestione configurazione
Informazioni particolari | Marchi | Download | Libreria | Supporto | Commenti
Copyright IBM Corporation 1999, 2006 Ultimo aggiornamento: ago 17, 2006
ae22365_