Table of Contents

Search

  1. Preface
  2. PowerExchange Installation and Upgrade Overview
  3. Installation Planning
  4. Upgrade Planning
  5. Installing and Upgrading PowerExchange on IBM i
  6. Installing and Upgrading PowerExchange on Linux and UNIX
  7. Installing and Upgrading PowerExchange on Windows
  8. Installing and Upgrading PowerExchange on z/OS
  9. Appendix A: Upgrade Considerations
  10. Appendix B: PowerExchange Environment
  11. Appendix C: Manual Installation on IBM i

Installation and Upgrade Guide

Installation and Upgrade Guide

Migrating Data Maps to a New Version Level on z/OS

Migrating Data Maps to a New Version Level on z/OS

To migrate capture registrations and extraction maps to a new version level on z/OS, submit JCL statements to upgrade the data maps and copy them to the new location. Use JCL statements similar to the following ones:
//DTLURDMO JOB 'PWX INSTALL',MSGLEVEL=(1,1),MSGCLASS=X, // NOTIFY=&SYSUID,CLASS=A,REGION=0M //LIBSRCH JCLLIB ORDER=<HLQ>.V1020.RUNLIB //* //* //******************************************************************* //* //* LIBSRCH IS REQUIRED AS SET STATEMENTS WILL BE INCLUDED DEPENDING //* UPON THE SELECTIONS MADE FROM WITHIN THE INSTALL PROCESS //* //******************************************************************* //INCS1 INCLUDE MEMBER=GENBULK //* //RUN EXEC PGM=DTLURDMO //* //STEPLIB DD DISP=SHR,DSN=&HLQ..LOADLIB // DD DISP=SHR,DSN=&SCERUN //* //DTLMSG DD DSN=&HLQ..DTLMSG,DISP=SHR //* IF USING MESSAGE OVERRIDE THEN CUSTOMIZE BELOW //*DTLMSGO DD DISP=SHR,DSN=&RUNLIB(DTLMSGO) //DTLCFG DD DSN=&HLQ..RUNLIB(DBMOVER),DISP=SHR //DTLKEY DD DSN=&HLQ..RUNLIB(LICENSE),DISP=SHR //DTLSGN DD DSN=&HLQ..RUNLIB(SIGNON),DISP=SHR //DTLLOG DD SYSOUT=* //DTLLOG01 DD SYSOUT=* //DTLCAMAP DD DSN=&HLQVS..DTLCAMAP,DISP=SHR //DATAMAP DD DSN=<HLQ>.V961.V1.DATAMAPS,DISP=SHR //DTLAMCPR DD DSN=&HLQVS..CCT,DISP=SHR //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //CEEDUMP DD SYSOUT=* //* //* SAMPLE SYSIN //* //SYSIN DD * USER <user id>; PWD <pwd>; SOURCE LOCAL; TARGET NODE1; REPLACE; DETAIL; DM_COPY; SELECT ; /*

0 COMMENTS

We’d like to hear from you!