A fix is available
APAR status
Closed as new function.
Error description
HP Load supports large format data set that is a new function of z/OS V1R7.
Local fix
Problem summary
**************************************************************** * USERS AFFECTED: All users of IBM IMS High Performance Load * * for z/OS Version 2 Release 1 (FMID=H1IM210) * **************************************************************** * PROBLEM DESCRIPTION: HP Load supports large format data set. * **************************************************************** * RECOMMENDATION: Apply the maintenance for this APAR. * **************************************************************** HP Load supports large format data set that is a new function of z/OS V1R7. You can define large format data sets by specifying DSNTYPE=LARGE on the DD statement. In z/OS V1R7 or later, HP Load supports large format data set for unload data sets and OSAM database data sets. If you define OSAM database data sets in large format, you must use a version of IMS that supports large format OSAM database data sets.
Problem conclusion
Temporary fix
Comments
======================== = Documentation Change = ======================== IMS High Performance Load for z/OS Version 2 Release 1 User's Guide SC18-9222-02 ( SC18922202 ) should be changed as follows: 2.0 High Performance Load 2.2 Operating instructions 2.2.2 JCL requirements +------------------------------------------------------------+ | Table 1. DD statements and record format for High | | Performance Load | +----------+-----------+-----------+-------------------------+ | DDNAME | Use | Format | Need | +----------+-----------+-----------+-------------------------+ : +----------+-----------+-----------+-------------------------+ || DFSUINPT | Input | (*4) | Required | +----------+-----------+-----------+-------------------------+ : +----------+-----------+-----------+-------------------------+ || database | Output | (*4) | Optional(*2) | +----------+-----------+-----------+-------------------------+ : +----------+-----------+-----------+-------------------------+ | OVERFLOW | Input/ | RECFM=VB | Optional | || | Output | (*4) | | +----------+-----------+-----------+-------------------------+ : +----------+-----------+-----------+-------------------------+ || SORTWKnn | Work | | Optional | +----------+-----------+-----------+-------------------------+ | Notes: | : || (*4): The large format data set can be specified when z/OS | || Version 1 Release 7 or later is used. | +------------------------------------------------------------+ : | SORTWKnn DD | These are intermediate storage data sets used by DFSORT. If | SORT=YES is specified, you can define these data sets and | adjust the size of work space that is used for the sort | process. You can specify multiple data sets , 'nn' showing its | serial number. This specification is optional. If you do not | specify the statement, DFSORT allocates the data sets | dynamically with sizes about 3/4 of the size of RAA. | For more information on how to code SORTWKnn DD statements, | see DFSORT Application Programming Guide. APPENDIX1.3 Appendix C. Messages and codes APPENDIX1.3.1 Return codes APPENDIX1.3.1.3 Bitmap resetter return codes +-------------------------------------------------------------+ | Table 28. Return codes of bitmap resetter | +----+--------------------------------------------------------+ | RC | Meaning | +----+--------------------------------------------------------+ : +----+--------------------------------------------------------+ || | One or more errors occurred. The error message are | || 8 | reported in the HPSIN Control Statements report or | || | the Error and Warning Messages report. | +----+--------------------------------------------------------+ || 16 | One or more errors occurred, and the processing | || | was aborted. | +----+--------------------------------------------------------+ APPENDIX1.3.3 Messages APPENDIX1.3.3.1 High Performance Load messages HPSR3611E SYNAD EXIT WAS INVOKED FOR A DIRECT WRITE Explanation: The SYNAD exit was invoked for a direct write. System Action: Module HPSROSAM issues a user 3611 abend and a dump. Programmer Response: Correct the error and rerun the job. Problem Determination: Register 11 points to a doubleword | containing the address of a BSAM DECB and the data set DCB, respectively. Check the DECB exception bits for the error as described in the DFSMS/MVS Macro Instructions for Data Sets. (HPSR3623E message is modifies as follows.) | HPSR3623E TRKCALC FAILED FOR ddname, RC= XX | Explanation: High Performance Load called TRKCALC, but | received an error return code from TRKCALC. Here, xx is the | return code. | System action: High Performance Load issues a user 3623 abend | and a dump. | Programmer response: Correct the error and rerun the job. | Problem determination: See DFSMSdfp Advanced Services and | check the meaning of the return code of TRKCALC. | HPSR3771E DO NOT USE A LARGE FORMAT D/S: dsname | Explanation: The dsname data set is a large format data set | that is supported by z/OS Version 1 Release 7. HP Load cannot | process large format data sets in z/OS Version 1 Release 6 or | that of prior versions. | System action: High Performance Load issues a user 3771 abend | and a dump. | Programmer Response: Check the level of z/OS. | Problem Determination: None | HPSR3772E GETDSAB FAILED FOR ddname | Explanation: The GETDSAB macro failed for a DD name ddname. | System action: High Performance Load issues a user 3772 abend | and a dump. | Programmer response: This problem is likely to be an internal | system error. Contact IBM Software Support. | Problem determination: None. | HPSR3773E SWAREQ FAILED FOR ddname | Explanation: The SWAREQ macro failed for DD name ddname. | System action: High Performance Load issues a user 3773 abend | and a dump. | Programmer response: This problem is likely to be an internal | system error. Contact IBM Software Support. | Problem determination: None. | HPSR3774E OBTAIN FAILED FOR ddname | Explanation: The OBTAIN macro failed for DD name ddname. | System action: High Performance Load issues a user 3774 abend | and a dump. | Programmer response: This problem is likely to be an internal | system error. Contact IBM Software Support. | Problem determination: None. APPENDIX1.3.3 Messages APPENDIX1.3.3.2 PSSR messages | FABS3592E DO NOT USE A LARGE FORMAT D/S: dsname | Explanation: The dsname data set is a large format data set | that is supported by z/OS Version 1 Release 7. HP Load cannot | process large format data sets in z/OS Version 1 Release 6 or | that of prior versions. | System action: PSSR issues a user 3588 abend and a dump. | Programmer Response: Check the level of z/OS. | Problem Determination: None. | FABS3593E GETDSAB FAILED FOR ddname | Explanation: The GETDSAB macro failed for a DD name ddname. | System action: PSSR issues a user 3589 abend and a dump. | Programmer response: This problem is likely to be an internal | system error. Contact IBM Software Support. | Problem determination: None. | FABS3594E SWAREQ FAILED FOR ddname | Explanation: The SWAREQ macro failed for DD name ddname. | System action: PSSR issues a user 3590 abend and a dump. | Programmer response: This problem is likely to be an internal | system error. Contact IBM Software Support. | Problem determination: None. | FABS3595E OBTAIN FAILED FOR ddname | Explanation: The OBTAIN macro failed for DD name ddname. | System action: PSSR issues a user 3591 abend and a dump. | Programmer response: This problem is likely to be an internal | system error. Contact IBM Software Support. | Problem determination: None. | FABS3596E ERROR RETURN FROM IGWASYS (RC=xx, RSN=yy) | Explanation: An error return code was returned from IGWASYS. | Here, xx is the return code and yy is the reason code. | System Action: PSSR issues a user 3592 abend and a dump. | Programmer Response: See DFSMSdfp Advanced Services and check | the meaning of the return code and reason code. | Problem Determination: None. APPENDIX1.3.3 Messages APPENDIX1.3.3.3 Bitmap resetter messages | HPSB0127E - DO NOT USE A LARGE FORMAT D/S: dsname | Explanation: The dsname data set is a large format data set | that is supported by z/OS Version 1 Release 7. HP Load cannot | process large format data sets in z/OS Version 1 Release 6 or | that of prior versions. | System action: Processing stops with a return code of 8. | Programmer Response: Check the level of z/OS. | Problem Determination: None. | HPSB0128E - GETDSAB FAILED FOR ddname | Explanation: The GETDSAB macro failed for DD name ddname. | System action: Processing stops with a return code of 8. | Programmer response: Contact IBM Software Support. | Problem determination: None. | HPSB0129E - SWAREQ FAILED FOR ddname | Explanation: The SWAREQ macro failed for DD name ddname. | System action: Processing stops with a return code of 8. | Programmer response: Contact IBM Software Support. | Problem determination: None. | HPSB0130E - OBTAIN FAILED FOR ddname | Explanation: The OBTAIN macro failed for DD name ddname. | System action: Processing stops with a return code of 8. | Programmer response: Contact IBM Software Support. | Problem determination: None. | HPSB0131E - ERROR RETURN FROM IGWASYS (RC=xx, RSN=yy) | Explanation: An error return code was returned from IGWASYS. | Here, xx is the return code and yy is the reason code. | System Action: Processing stops with a return code of 12. | Programmer Response: See DFSMSdfp Advanced Services and check | the meaning of the return code and reason code. | Problem Determination: None. IMS Parallel Reorganization for z/OS Version 3 Release 2 User's Guide SC18-9228-02 ( SC18922802 ) should be changed as follows: 4.0 The IPR Reload utility 4.6 JCL requirements +------------------------------------------------------------+ | Table 33. DD statements and record format for IPR Reload | | utility | +----------+-----------+-----------+-------------------------+ | DDNAME | Use | Format | Need | +----------+-----------+-----------+-------------------------+ : +----------+-----------+-----------+-------------------------+ || DFSUINPT | Input | (5) | Required | +----------+-----------+-----------+-------------------------+ : +----------+-----------+-----------+-------------------------+ || database | Output | (5) | Optional(2) | +----------+-----------+-----------+-------------------------+ : +----------+-----------+-----------+-------------------------+ | OVERFLOW | Input/ | RECFM=VB | Optional | || | Output | (5) | | +----------+-----------+-----------+-------------------------+ : +----------+-----------+-----------+-------------------------+ || SORTWKnn | Work | | Optional | +----------+-----------+-----------+-------------------------+ | Notes: | : || 5. The large format data set can be specified when z/OS | || Version 1 Release 7 or later is used. | +------------------------------------------------------------+ : | SORTWKnn DD | These are intermediate storage data sets used by DFSORT. If | SORT=YES is specified, you can define these data sets and | adjust the size of work space that is used for the sort | process. You can specify multiple data sets , 'nn' showing its | serial number. This specification is optional. If you do not | specify the statement, DFSORT allocates the data sets | dynamically with sizes about 3/4 of the size of RAA. | For more information on how to code SORTWKnn DD statements, | see DFSORT Application Programming Guide. ×**** PE07/05/29 PTF IN ERROR. SEE APAR PK46055 FOR DESCRIPTION
APAR Information
APAR number
PK42361
Reported component name
IMS HIGH PERF L
Reported component ID
5655E0700
Reported release
210
Status
CLOSED UR1
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2007-03-30
Closed date
2007-04-12
Last modified date
2007-06-21
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
UK23949
Modules/Macros
FABSCMPR FABSCOMD FABSCOM0 FABSHDTS FABSMAIN FABSPDTS FABSPE15 FABSPE35 FABSRT15 FABSRT35 FABSSC00 FABSSC01 HPSBGLBL HPSBMSG0 HPSBREAD HPSBRSET HPSCIOIN HPSCIOSA HPSRBFRM HPSRBITM HPSRDSCT HPSRE15A HPSRFCA0 HPSRIOIN HPSRIOSA HPSRMSGT HPSROSAM HPSROVIO HPSRPC00 HPSRPDBA HPSRPDBD HPSRPDB7 HPSRPDB8 HPSRPDB9 HPSRRLDA HPSRRLDM HPSRRLD7 HPSRRLD8 HPSRRLD9 HPSRRXRT
| SC18922202 |
Fix information
Fixed component name
IMS HIGH PERF L
Fixed component ID
5655E0700
Applicable component levels
R210 PSY UK23949
UP07/04/14 P F704
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":"2.1.0"}]
Document Information
Modified date:
03 October 2020