IBM Support

PH54580: CLEAN UP COLLECTION PANEL DOES NOT ALLOW LOAD LIBRARIES WITH NON-ZERO LRECL

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The Clean Up Collection panel ADBPBMCL requires data sets in the
    'Load libraries' field to have RECFM=U, DSORG=PO and LRECL=0.
    Otherwise, error message ADBB201Eis displayed. This condition is
     incorrect. Only RECFM=U and DSORG=PO are required. LRECL is
    ignored for data sets with RECFM=U.
    

Local fix

  • As a workaround, the customer can change this line
    If (lrc^=0 | SYSRECFM^='U' | SYSDSORG^='PO' |
    syslrecl^=0) Then
    
    in the panel code for ADBPBMCL to
    If (lrc^=0 | SYSRECFM^='U' | SYSDSORG^='PO') Then
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED: Users of Db2 Administration Tool for z/OS    *
    ****************************************************************
    * PROBLEM DESCRIPTION: Panel ADBPBMCL might issue an "Invalid  *
    *                      data set" error for a valid load        *
    *                      library if LRECL is not zero.           *
    ****************************************************************
    The collection clean Up function requires load library data sets
    to be defined with DSORG=PO and RECFM=U. But panel ADBPBMCL also
    checks LRECL, which is not required.
    

Problem conclusion

  • The problem has been resolved.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PH54580

  • Reported component name

    DB2 ADMIN TOOL

  • Reported component ID

    568851500

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2023-05-17

  • Closed date

    2023-07-24

  • Last modified date

    2023-08-01

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

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

    UI92869 UI92870

Modules/Macros

  • ADBB20   ADBPBMCL
    

Fix information

  • Fixed component name

    DB2 ADMIN TOOL

  • Fixed component ID

    568851500

Applicable component levels

  • RC10 PSY UI92869

       UP23/07/27 P F307

  • RD10 PSY UI92870

       UP23/07/27 P F307

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.

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSZJXP","label":"DB2 Tools for z\/OS"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"12.1.0","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
01 August 2023