Installing Product Updates - Code-1_Plus - 5.0

CODE-1 Plus Installation for all Platforms

Product type
Software
Portfolio
Verify
Product family
Data Quality - Postals
Product
CODE-1 Plus
Version
5.0
Language
English
Product name
CODE-1 Plus
Title
CODE-1 Plus Installation for all Platforms
Copyright
2024
First publish date
1998
Last updated
2024-05-15
Published on
2024-05-15T00:04:26.637067

To install product updates (also called "patches"), downloaded from the Precisely estore, follow these steps.

  1. Configure Your File Transfer Utility.

    Before uploading the JCL from the PC to the mainframe, use the following settings to configure your installation-approved file transfer utility.

    • ASCII - file is provided in ASCII format

    • CRLF - Carriage Return/Line Feed

    • RECFM - FB (fixed-block)

    • BLKSIZE - 80

    • LRECL - 80

  2. Upload the MVSPATCH JCL member.

    Use your site's file transfer utility to upload the MVS PRODUCT UPDATE JCL member, MVSPATCH, to a location on your mainframe where it can be edited.

  3. Determine whether MVSPATCH is applicable.

    Review the MVSPATCH JCL member and determine if you need to substitute or remove the FTP step from the job. If you are substituting another utility, or removing the step and using an interactive file transfer, be sure to use the following settings.

    File Transfer Settings for the .OBJ File:

    • BINARY - Binary transfer (the file is provided in EBCDIC format)

    • NOCRLF - No Carriage Return/Line Feed

    • RECFM - FB (fixed-block)

    • BLKSIZE - 1600

    • LRECL - 80

  4. Customize the MVSPATCH JCL member.

    Similar to all Precisely JCL, the MVSPATCH member contains a list of variables, enclosed in a "flower box," at the start of the member. Review the variable requirements in the JCL member and follow the directions contained within.

  5. Run the MVSPATCH JCL member.

    After you have performed the customization, submit the job. The job should complete with zero return codes.

  6. Test the product update.

    If the product update was for the batch component of a Precisely product, run the IVPFILE provided with the original software or any existing job at your site to ensure that the batch load modules function properly. The IVPFILE job "exercises" a large number of programs in the system, so you can be sure that the verification process is comprehensive.

    If the product update was for the CICS component of a Precisely product, issue the "CEMT S PROGRAM (programid) NEW" command in the CICS region, or recycle the CICS partition. Then issue the startup transaction-id for the product and verify that the changes were applied.

    We recommend that you run this procedure before going on to the next step.

    Note: If you call Precisely programs from your applications statically, we suggest that you re-compile your programs at this point to pick up the new modules.
  7. Implement the product update.

After you test the new TEST load library and are satisfied with the results, copy the TEST libraries into production.

You may use IEBCOPY or ISPF (or any other valid utility) to copy the TEST load and TEST object libraries into your respective production libraries. It is important that you use the replace option with either method.