IBM WAVV 2004の取扱説明書

21ページ 0.81 mb
ダウンロード

ページに移動 of 21

Summary
  • IBM WAVV 2004 - page 1

    IBM IT Education Servi ces © 2004 IBM Corporation WAVV 2004 Setup of VSAM Redirector VSE Connectors Workshop ...

  • IBM WAVV 2004 - page 2

    Wilhelm Mild, Ingo Franzki VSEESA@de.ibm.com WAVV 2004 Connectors Setup of VSAM Redirector VSE Connectors Workshop © Copyright IBM Corporation 200 4 ...

  • IBM WAVV 2004 - page 3

    VSE/ESA 2.6/2.7 VSAM Redirector The VSAM Redirector is a new VSE/ESA connector, introduced with VSE/ESA 2.6. The VSAM Redirector allows y ou t o redirect all requ ests to a cert ain VSAM file into any other file system or dat abase on any other (Java- enabled) platform. VSE/ESA is the client, while the s erver part runs on any other J av a-enabled ...

  • IBM WAVV 2004 - page 4

    Initial state: Î You have a VSAM file that contains data ( FLIGHT.ORDERING.ORDERS ) Î You have applications that wo rk with that VSAM file (i.e. batch applications, CICS Ap plication, tools like Ditto ) Goal: Î Redirect all VSAM INSERT r equests to a HTML page on Windows Î This operation can be done with ex isting applications (without changing ...

  • IBM WAVV 2004 - page 5

    Chapter1: Steps for installation of VSAM Redirector server on Windows STEP1.1: Navigate to VSE Redirector Server home page Open the VSE Homepage with a web bro wser: http://www-1.ibm.com/server s/eserver/zseries/os/vse/ Click on "Service and Support" on the left side and then on "e-business connectors and utilities". The page yo ...

  • IBM WAVV 2004 - page 6

    Steps for installation on a workstation STEP1.2: Verification if Java environment installed To install the VSAM Redirector a Java Virtual Machine must be installed on Windows. y To just run Java programs, t he JRE 1.3.x or later is needed (Java Runtime Environment), y to develop/compile Java programs, JDK 1.3.x or later is needed (Java Developer Ki ...

  • IBM WAVV 2004 - page 7

    Steps for installation on a workstation STEP1.4: Download VSE Redirector server Code With Java installed, navigate on VSAM Redirector S erver -> Details and Download to: Download latest Code via HTML and click on: redir270-pq 74694.zip (VSE 2.6 and 2.7). The file name may vary since it cont ains an APAR number. Please make sure you have applied ...

  • IBM WAVV 2004 - page 8

    Steps for installation on a workstation STEP1.5: Install VSE Redirector Server To install the VSAM Redirector se rver, open a Windows command line and change current directory to the one where install.class resides. Type: java install or start the install program install.bat This will guide you troug h t he installation pr oc ess of the VSAM Redire ...

  • IBM WAVV 2004 - page 9

    STEP1.6: Verify Redirector server Documentation To verify that the VSAM Redirector Server is installed properly, open the HTML Documentation (For Windows: START -> Programs -> V SAM Redirector -> Online Help The Help HTML page will be opened. STEP1.7: Start VSE Redirector server To start the VSAM Redir ec tor Server, e xecute: run.bat in t ...

  • IBM WAVV 2004 - page 10

    STEP1.8: Redirector Server -> Handler To be able to work with VSAM data on another platform (ASCII), the most important component is the Handler . The handler is responsible for data ma nipulation and conversion. Therefor e it must know the st ructure (map ping) of the VSAM record. The handler used in the workshop is the HtmlHandler.class stored ...

  • IBM WAVV 2004 - page 11

    STEP2.1: Configuration for Redirector Client on VSEESA To redirect requests for the: • VSAM cluste r: FL IGHT. ORDERING. ORDERS .TEAMxx • in VSAM catalog: VSESP.USER.CATALOG We have to setup the Configuration phase ( IES RDCFG. PHASE ). In this phase we have to def ine which VSAM cluster should be redirected to which remote location, and event ...

  • IBM WAVV 2004 - page 12

    In your skeleton SKRDCFG consider: – let the job load IESRDCFG int o t he SVA (Step 2) – let the job copy IESVEX 01 to IK QVEX01 in PRD2.C ONFIG (Step 3) – let the job load IK QVEX01 into the SVA (Step 4) – do NOT let the job load IESRDANC int o the SVA, because it has already be done (Step 5) – let the job execute IESRDL DA to register t ...

  • IBM WAVV 2004 - page 13

    STEP3.1: Change Handler to read VSAM record as string Exit Ditto on VSE and stop the Redirec tor server on Windows using command qui t. The handler on Windows should be changed to be able to use string fields only. The handler is stored in <redir>comibmvsehtm lhandler as HtmlHandler.java Edit the file and make following changes: 1. Change ...

  • IBM WAVV 2004 - page 14

    Summary Major Steps to install VSAM Redirector Server on a Java Platform 9 install Java Runtime Environment (JRE) or 9 Java Developer Kit (JDK) 9 free download from SUN or IBM 9 version 1.3.x or later http://www.ibm .com/devel operworks/java/ 9 download VSAM Redirector Server http://www-1.ibm. com/serve rs/eserver/zseries/os/vse/ support/vseconn/ r ...

  • IBM WAVV 2004 - page 15

    Initial state: Î You have a VSAM file that contains data (i.e. FFSTORES.DEMO.CLUSTER) Î You have applications that work with that VSAM file (i.e. FFST CICS Application) Goal: Î Redirect all VSAM requests to DB2 UDB on Windows Î Access the data with existing app lications (without changing them) NOTE: The VSAM Redirector Server does NOT require ...

  • IBM WAVV 2004 - page 16

    Mapping of FFSTORES.DEMO.CLUSTER: Field name Type Offset Length STOREID STRING 0 6 STORENA ME STRING 6 25 LOCSTREET STRING 31 25 LOCCITY STRING 56 25 LOCZIP STRING 81 10 LOCCOUNTRY STRING 91 25 LOCREP STRING 116 20 STOREN1 UNSIGN ED 136 4 STOREN2 UNSIGN ED 140 4 LDATE STRING 144 10 WEBPIC1 STRING 154 20 WEBPIC2 STRING 174 20 ACODE STRING 194 10 To ...

  • IBM WAVV 2004 - page 17

    STEP4.3 : Create the tables in the database To continue with the next steps – you must have installed a databas e management system (i.e. DB2). – you must have a JDBC Driver for it (i.e. db2java.zip in <db2>java). – you must be able to connect to the database (userid/password) Make sure the JDBC driver is in the CLASSPATH. You may hav ...

  • IBM WAVV 2004 - page 18

    Before we can work with the data in the database, we have to load the data from VSAM into the databas e. To do t his we define a second clus ter, redirect this cluster and copy (repro) the original cluster into the redirected one. STEP4.4: Define clus ter F F STORES .REPRO.CLUS TER with the same attributes as FFSTORES.DE MO.CLUSTER: – KSDS – Ma ...

  • IBM WAVV 2004 - page 19

    STEP4.6: Copy FFSTORES.DEMO .CLUSTER into FFSTORES.REPRO.CLUSTER : Use the I DCA MS REPR O function to copy the contents of FFSTORES.DEMO.CLUSTER into the redirected FFSTORES.REPRO.CLUSTER: * $$ JOB JNM=R EPRO,CLASS =A,DISP=L // JOB REPRO C OPY FILE // DLBL COPYIN ,'FFSTORES .DEMO.CLUST ER' ,,VSAM,CAT =VSESPUC // DLBL COPYOU T,'FFSTO ...

  • IBM WAVV 2004 - page 20

    STEP4.7: Configure the Redirector for FFSTORES.DEMO.CLU STER: Edit skeleton SKRDCFG: Change the previously created entry in the configuration table. Enter case m in the command line to switch to mixed case mode before editing. Change FFSTORES. REPRO .CLUSTER to FFSTORES. DEM O .CLUSTER IESRDENT CATALOG='VSESP.USER. CATALOG', X CLUSTER=&ap ...

  • IBM WAVV 2004 - page 21

    Additional Information z VSE/ESA Home Page http://www.ibm.com/servers /eserver/zseries/os/vse/ z e-business Connectors User's Guide SC33-6719 http://www-1.ibm.com/servers/eserver/zseries/os/vse/pdf/ieswue21.pdf z e-business connectors tools z http://www.ibm.com/servers/eserver /zseries/os/vse/ebus/home.html z e-business Connectivity for VSE/ES ...

メーカー IBM カテゴリー Computer Accessories

IBM WAVV 2004のメーカーから受け取ることができるドキュメントは、いくつかのグループに分けられます。その一部は次の通りです:
- #BRANDの図面#
- WAVV 2004の取扱説明書
- IBMの製品カード
- パンフレット
- またはIBM WAVV 2004の消費電力シール
それらは全部重要ですが、デバイス使用の観点から最も重要な情報は、IBM WAVV 2004の取扱説明書に含まれています。

取扱説明書と呼ばれる文書のグループは、IBM WAVV 2004の取り付け説明書、サービスマニュアル、簡易説明書、またはIBM WAVV 2004のユーザーマニュアル等、より具体的なカテゴリーに分類されます。ご必要に応じてドキュメントを検索しましょう。私たちのウェブサイトでは、IBM WAVV 2004の製品を使用するにあたって最も人気のある説明書を閲覧できます。

関連する取扱説明書

IBM WAVV 2004デバイスの取扱説明書はどのようなものですか?
取扱説明書は、ユーザーマニュアル又は単に「マニュアル」とも呼ばれ、ユーザーがIBM WAVV 2004を使用するのを助ける技術的文書のことです。説明書は通常、全てのIBM WAVV 2004ユーザーが容易に理解できる文章にて書かれており、その作成者はその分野の専門家です。

IBMの取扱説明書には、基本的な要素が記載されているはずです。その一部は、カバー/タイトルページ、著作権ページ等、比較的重要度の低いものです。ですが、その他の部分には、ユーザーにとって重要な情報が記載されているはずです。

1. IBM WAVV 2004の説明書の概要と使用方法。説明書にはまず、その閲覧方法に関する手引きが書かれているはずです。そこにははIBM WAVV 2004の目次に関する情報やよくある質問、最も一般的な問題に関する情報を見つけられるはずです。つまり、それらはユーザーが取扱説明書に最も期待する情報なのです。
2. 目次。IBM WAVV 2004に関してこのドキュメントで見つけることができる全てのヒントの目次
3. IBM WAVV 2004デバイスの基本機能を使うにあたってのヒント。 IBM WAVV 2004のユーザーが使い始めるのを助けてくれるはずです。
4. トラブルシューティング。IBM WAVV 2004に関する最も重要な問題を診断し、解決するために役立つ体系化された手続き
5. FAQ。よくある質問
6. 連絡先。一人では問題を解決できない場合に、その国におけるIBM WAVV 2004のメーカー/サービスへの連絡先に関する情報。

IBM WAVV 2004についてご質問がありますか?

次のフォームを使用してください

見つけた説明書を読んでもIBM WAVV 2004の問題を解決できない場合、下記のフォームを使用して質問をしましょう。ユーザーのどなたかがIBM WAVV 2004で同様の問題を抱えていた場合、その解決方法を共有したいと考えるかもしれません。

画像のテキストを入力してください

コメント (0)