IBM Support

PM81762: ABEND04E RC00E72088 AT DSNXSINE OFFSET 318C WHEN INSERT STATEMENT THAT CONTAINS ORDER BY

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Abend04e rc00e72088 at dsnxsine offset 318c may happen when
    insert statement contains order by.
    

Local fix

  • N/A
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED: All DB2 9 and 10 for z/OS users of an INSERT *
    *                 with SELECT statement that contains ORDER BY *
    *                 and a LOB column in the SELECT list.         *
    ****************************************************************
    * PROBLEM DESCRIPTION: ABEND04E RC00E72088 at the location     *
    *                      DSNXGRDS DSNXSINE OFFSET3196 could      *
    *                      happen for an INSERT with SELECT        *
    *                      statement that contains ORDER BY and a  *
    *                      LOB column in the SELECT list.          *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    The problem can be observed in the following example:
    
    CREATE TABLE T1 (
      C1 VARCHAR(8),
      C2 CLOB(1 M)
    );
    
    CREATE TABLE T2 (
      C1 VARCHAR(8),
      C2 CLOB(1 M)
    );
    
    INSERT INTO T2
      SELECT * FROM T1
      ORDER BY C1;
    
    
    DB2 did not correctly process the aforementioned SQL statements,
    which caused the ABEND.
    

Problem conclusion

  • DB2 has been modified to correctly process the aforementioned
    SQL statements, so there will be no ABEND.
    
    Additional keywords: SQLINSWSELECT SQLORDERBY SQLLOB
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM81762

  • Reported component name

    DB2 OS/390 & Z/

  • Reported component ID

    5740XYR00

  • Reported release

    A10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-01-30

  • Closed date

    2013-04-06

  • Last modified date

    2013-05-03

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

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

    UK93203 UK93204

Modules/Macros

  • DSNXOB2
    

Fix information

  • Fixed component name

    DB2 OS/390 & Z/

  • Fixed component ID

    5740XYR00

Applicable component levels

  • RA10 PSY UK93203

       UP13/04/23 P F304

  • R910 PSY UK93204

       UP13/04/23 P F304

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":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEPEK","label":"Db2 for z\/OS"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"10.1","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19M","label":"APARs - z\/OS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"10.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
03 May 2013