IBM Support

PQ59841: MAINTENANCE FOR SUPPORTING IPR V2 ENHANCEMENT PQ59835.

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as new function.

Error description

  • Maintenance for supporting IPR V2 enhancement PQ59835.
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED: All users of IMS High Performance Load for   *
    *                 OS/390 Release 1 (FMID=H1IM110) who are      *
    *                 using IMS Parallel Reorganization for z/OS   *
    *                 Version 2 Release 1 (5685-F74)               *
    ****************************************************************
    * PROBLEM DESCRIPTION: This APAR provides code changes that    *
    *                      are required to support new functions,  *
    *                      of IMS Parallel Reorganization for z/OS *
    *                      Version 2 Release 1, that are provided  *
    *                      by APAR PQ59835.                        *
    ****************************************************************
    * RECOMMENDATION: Apply the maintenance for this APAR.         *
    ****************************************************************
    This APAR provides code changes that are required to support
    new functions, of IMS Parallel Reorganization for z/OS Version 2
    Release 1, that are provided by APAR PQ59835.
    

Problem conclusion

Temporary fix

Comments

  • Fifteen existing modules and eight existing macros have been
    modified. A new macro has been added.
    FABFLINK has been modified to build a new load module.
    *
    ========================
    = DOCUMENTATION CHANGE =
    ========================
    IMS High Performance Load for OS/390 Release 1 User's Guide
    (Document Number: SC27-0938-00) should be changed as follows.
                               * * *
     Appendix C. Messages and Codes
     C.3 Messages
     C.3.1 High Performance Load Messages
    >>> The following messages are added by this APAR.
    | HPSR3811E BLDL MACRO FAILED FOR MEMBER mbrname IN LIBRARY
    |           ddname (RC=rc, RSN=rsn)
    | Explanation: The BLDL macro failed for member mbrname in the
    | library that has DD name of ddname. The return code and the
    | reason code form the macro call were rc and rsn respectively.
    | System Action: The IPR Reload utility issues user abend 3811.
    | Programmer Response: This is likely to be an internal system
    | error. Call IBM Support Center.
    *
    | HPSR3812E OPEN FAILED FOR DDNAME: ddname (ACBERFLG=xxx)
    | Explanation: When an OPEN macro was issued to open the VSAM
    | data set associated with ddname, an error occurred. The value
    | xxx indicates the decimal OPEN reason code in the ACBERFLG
    | field of the ACB for the data set in error.
    | System Action: The Reload task issues user abend 3812.
    | Programmer Response: Correct the error, and rerun the job.
    | Problem Determination: Check the reason code in the ACBERFLG
    | field. The reason codes are explained in the DFSMS/MVS Macro
    | Instructions for Data Sets. Call IBM Support Center if
    | necessary.
    *
    | HPSR3813E CLOSE FAILED FOR DDNAME: ddname (ACBERFLG=xxx)
    | Explanation: An error occurred when the VSAM data set
    | allocated to the DD ddname was being closed. The value xxx
    | indicates the decimal CLOSE reason code in the ACBERFLG field
    | of the ACB for the data set in error.
    | System Action: The Reload task issues user abend 3813.
    | Programmer Response: Correct the error, and rerun the job.
    | Problem Determination: Check the reason code in the ACBERFLG
    | field. The reason codes are explained in the DFSMS/MVS Macro
    | Instructions for Data Sets. Call IBM Support Center if
    | necessary.
    *
    | HPSR3814E VSAM GET FAILED FOR DDNAME: ddname (RC=rc, RSN=xxx)
    | Explanation: An error occurred when a VSAM GET is issued for
    | the VSAM data set allocated to the DD ddname. The value rc
    | indicates the return code in RPLRTNCD field of the RPL used
    | for the VSAM GET request. The value xxx indicates the decimal
    | reason code in the RPLERRCD field of the RPL.
    | System Action:  The Reload task issues user abend 3814.
    | Programmer Response:  Correct the error, and rerun the job.
    | Problem Determination:  Check the return and reason codes.
    | These codes are explained in DFSMS/MVS Macro Instructions for
    | Data Sets. Call IBM Support Center if necessary.
    *
    | HPSR3733E LOAD FAILED FOR MODULE: xxxxxxxx
    | Explanation: An error is encountered while the module named
    | xxxxxxxx was being loaded.
    | System Action: The Reload task issues user abend 3733.
    | Programmer Response: Correct the error, and rerun the job.
    | Problem Determination: Check if the correct load module
    | libraries are specified in the JOBLIB or STEPLIB
    | concatenation. Check also if all required maintenance are
    | applied. Call IBM Support Center if necessary.
    *
    | HPSR3734E NONZERO RETURN CODE FROM DFSRVSP0, RC=xx
    | Explanation:  An error occurred when DFSRVSP0 was called.
    | Return code from DFSRVSP0 was xx.
    | System Action:  The Reload task issues user abend 3734.
    | Programmer Response:  This is likely to be an internal system
    | error. Call IBM Support Center.
    *
    | HPSR3735E NONZERO RETURN CODE FROM DFSURIT0; aa, bbbbbbbb,
    |           cccccccc, dddddddd
    | Explanation: An error was found when DFSURIT0 was called.
    | System Action: The Reload task issues user abend 3735.
    | Programmer Response: This is likely to be an internal system
    | error.  Record the message and call IBM Support Center.
    *
    | HPSR3672E UNEXPECTED PARTITION CHANGE, REASON=xx
    | Explanation: This message is issued when HP Load is running as
    | the Reload task of IPR Driver. An unexpected  partition
    | change has occurred while the unloaded segment records are
    | passed from the Unload task to the Reload task. The reason of
    | the error is indicated by the code xx:
    |   Reason (xx)  Description
    |    01          Partition change had been notified from the
    |                Unload task before the Reload task received
    |                the header record.
    |    02          Partition changed or ended without
    |                notification.
    | System Action: The Reload task issues user abend 3672.
    | Programmer Response: Correct the error, and rerun the job.
    | Problem Determination: This is likely to be an internal system
    | error. Contact IBM for support if necessary.
    *
    | HPSR3673E A DIFFERENT PARTITION IS ASSIGNED BY A ROOT KEY
    |           CHANGE IN USER EXIT ROUTINE
    | Explanation: The exit routine used in the Reload task of the
    | IPR Driver job modified the sequence key value of a root
    | segment, and the partition assigned to the segment was
    | changed from the original one.  Any exit routine for High
    | Performance Load must not modify a root sequence key to change
    | the partition assigned to the segment when High Performance
    | Load is running as the Reload task of IPR Driver.
    | System Action:  The Reload task issues user abend 3673.
    | Programmer Response:  Correct the error, and rerun the job.
    *
    | HPSR3816E UNSUCCESSFUL VSAM SHOWCB FOR ACB
    | Explanation: After issuing a SHOWCB macro for an ACB control
    | block, register 15 contained a nonzero return code.
    | System Action: The Reload task issues user abend 3816.
    | Programmer Response: This is likely to be an internal system
    | error. Call IBM Support Center.
    *
    | HPSR3817E UNSUCCESSFUL VSAM SHOWCB FOR RPL
    | Explanation: After issuing a SHOWCB macro for an RPL control
    | block, register 15 contained a nonzero return code.
    | System Action: The Reload task issues user abend 3817.
    | Programmer Response: This is likely to be an internal system
    | error. Call IBM Support Center.
    *
    | HPSR3904E HPSCLI00 IS NOT FOUND ALTHOUGH DECODEDBD=YES
    |           SPECIFIED
    | Explanation: Although DECODEDBD=YES specified, required module
    | HPSCLI00 is not found.
    | System Action: A user 3904 abend and dump are issued.
    | Programmer Response: If you need to use the DECODEDBD=YES.
    | option, make sure that the required maintenance is applied to
    | IMS Parallel Reorganization. Otherwise, remove the option and
    | rerun the job.
    

APAR Information

  • APAR number

    PQ59841

  • Reported component name

    IMS HIGH PERF L

  • Reported component ID

    5655E0700

  • Reported release

    110

  • Status

    CLOSED UR1

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2002-04-05

  • Closed date

    2002-04-22

  • Last modified date

    2002-05-02

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Modules/Macros

  •    FABFLINK HPSRCILE HPSRCIL7 HPSRDSCT HPSRFCA0
    HPSRGVT0 HPSRHALM HPSRHAL7 HPSRHDBD HPSRHDB7 HPSRHDLD HPSRHDL6
    HPSRHDL7 HPSRHRPT HPSRHRP7 HPSRHTBL HPSRMSGT HPSRPTRD HPSRRLDM
    HPSRRLD7 HPSRRRIN HPSRRRI0 HPSRRRI9 HPSRSTMT HPSRVSAM H1IM110J
    

Publications Referenced
SC27093800    

Fix information

  • Fixed component name

    IMS HIGH PERF L

  • Fixed component ID

    5655E0700

Applicable component levels

  • R110 PSY UQ65463

       UP02/04/27 P F204

Fix is available

  • Select the PTF appropriate for your component level. You will be required to sign in. Distribution on physical media is not available in all countries.

[{"Line of Business":{"code":null,"label":null},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSCX89F","label":"IMS HP Load"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"110"}]

Document Information

Modified date:
03 October 2020