サンプル BIPCRUN ファイル

変更の始まり
//BIPCRUN JOB
//******************************************************************
//*                                                                *
//* @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 *
//*                                                                *
//* Sample job to create a usernameserver *
//* (mqsicreateusernameserver). *
//*                                                                *
//******************************************************************
//* MORE INFORMATION - See: *
//*                                                                *
//* WebSphere Event/Message Brokers Information Centre.         *
//* Topic "an07200" *
//*                                                                *
//******************************************************************
//* CUSTOMIZE THIS JCL HERE FOR YOUR INSTALLATION
//* YOU MUST DO GLOBAL CHANGES ON THESE PARAMETERS USING YOUR EDITOR
//*                                                                *
//* Replace ++HOME++
//* Home directory where ENVFILE and STDERR
//* and STDOUT files will be created.
//* e.g. '/u/home'
//*
//* Replace ++INSTALL++
//* WBI Brokers installation directory.
//* e.g. '/usr/lpp/mqsi '
//*
//* Replace ++QUEUEMANAGER++
//* Queue manager name.
//* e.g. 'MQ01'
//*
//* Replace ++OPTIONS++
//* Options for mqsicreateusernameserver.
//* e.g. '-1'
//*
//* z/OS specific options are
//* -1 Registry pass only
//* This creates the uns directory.
//* -2 MQ pass only
//* This creates the uns MQ queues.
//*
//* Please see documentation for other options.
//*
//* Replace ++WMQHLQ++
//* WebSphere MQ high-level-qualifier.
//*                      e.g. 'MQM.V531'
//*
//******************************************************************
//*
//******************************************************************
//* Copy ENVFILE to SYSOUT
//******************************************************************
//*
//COPYENV EXEC PGM=IKJEFT01,
// PARM='OCOPY INDD(BIPFROM) OUTDD(ENVFILE)'
//SYSTSPRT DD DUMMY
//BIPFROM DD PATHOPTS=(ORDONLY),
// PATH='++HOME++/ENVFILE'
//ENVFILE  DD SYSOUT=*,DCB=(RECFM=V,LRECL=256)
//SYSTSIN DD DUMMY
//*
//******************************************************************
//* Run mqsicreateusernameserver command
//******************************************************************
//*
//BIPCRUN EXEC PGM=IKJEFT01,REGION=0M
//* MQSeries Runtime Libraries
//STEPLIB DD DISP=SHR,DSN=++WMQHLQ++.SCSQANLE
// DD DISP=SHR,DSN=++WMQHLQ++.SCSQAUTH
// DD DISP=SHR,DSN=++WMQHLQ++.SCSQLOAD
//STDENV DD PATHOPTS=(ORDONLY),
// PATH='++HOME++/ENVFILE'
//STDOUT DD SYSOUT=*
//STDERR DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
BPXBATSL PGM -
  ++INSTALL++/bin/-
mqsicreateusernameserver -
  -q ++QUEUEMANAGER++ -
  ++OPTIONS++
/*
//
                     
変更の終わり
関連タスク
ユーザー・ネーム・サーバー・コンポーネント・データ・セットのカスタマイズ
関連資料
mqsicreateusernameserver コマンド
特記事項 | 商標 | ダウンロード | ライブラリー | サポート | フィードバック
Copyright IBM Corporation 1999, 2006 最終更新: 08/21/2006
ae22320_