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

Step 7. Update the PowerExchange Libraries

Step 7. Update the PowerExchange Libraries

To implement the hotfix changes, you must copy the contents of the hotfix libraries to the current PowerExchange environment libraries.
The hotfix libraries might contain only new or changed members or all members.
All hotfix libraries are partitioned data sets (PDSs) except for DTLMSG, which is a sequential data set.
You can also concatenate the libraries in the JCL for the PowerExchange Agent, PowerExchange Logger for z/OS, and ECCRs.
  1. Use any of the following methods to copy the PDSs and sequential data sets:
    • To copy PDSs and sequential data sets, use ISPF Option 3.3.
    • To copy PDSs, use the IBM IEBCOPY utility.
      The following example JCL statements execute the IEBCOPY utility to copy one library to another library:
      //COPY EXEC PGM=IEBCOPY //SYSPRINT DD SYSOUT=* //INDD1 DD DISP=SHR,DSN=
      hlq_hf
      .LOAD HotFix LOAD //OUTDD1 DD DISP=SHR,DSN=
      hlq
      .LOAD Current Execution LOAD //SYSIN DD * COPY INDD=((INDD1,R)),OUTDD=OUTDD1 /*
      In this example, the
      hlq_hf
      variable is the HLQ that you specified for the hotfix libraries and the
      hlq
      variable is the HLQ of the current PowerExchange environment.
    • To copy sequential data sets, use the IBM IEBGENER utility.
      The following example JCL statements execute the IEBGENER utility to copy one sequential data set to another library:
      //IEBGENER EXEC PGM=IEBGENER //SYSPRINT DD SYSOUT=* //SYSUT1 DD DISP=OLD,DSN=
      hlq_hf
      .DTLMSG HotFix DTLMSG //SYSUT2 DD disp=OLD,DSN=
      hlq
      .DTLMSG Current Execution DTLMSG //SYSIN DD DUMMY /*

0 COMMENTS

We’d like to hear from you!