IBM Support

II07908: CHANGES TO DB2 MESSAGES & CODES SC26-4892-00 WHICH DID NOT MAKE VERSION 3 GA PUBS. CONTINUATION OF II07607, CONTINUED IN II08169

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as canceled.

Error description

  • This Info. APAR documents changes to the DB2 Messages and Codes
    SC26489200 which did not make the Version 3 GA pubs.
    This is a continuation of II07607.  It is continued in II08169.
    5740xyr00 R310
    ================================================================
    This is a continuation of the new DSN2 messages from APAR
    II07607.
    
    DSN2061I  csect-name INITPARM IS INVALID. ATTACHMENT
              FACILITY NOT STARTED.
    
    EXPLANATION:  No resource control table suffix was
    specified on the DSNC STRT command, and the format of the
    DSN2STRT INITPARM on the CICS initialization job is
    incorrect.  The format of the INITPARM should be:
    
         INITPARM=(DSN2STRT='xx,yyyy')
    
    where xx is the suffix of the RCT and yyyy is the DB2
    subsystem id.  The RCT suffix cannot be greater than 2
    characters, and the subsystem ID cannot be greater than 4
    characters.
    
    To specify an RCT suffix only, use the format:
    
         INITPARM=(DSN2STRT='xx')
    
    To specify a subsystem ID override only, use the format:
    
         INITPARM=(DSN2STRT=',yyyy')
    
    SYSTEM ACTION: The attachment facility does not initialize.
    
    USER RESPONSE: To start the attachment facility, use the
    DSNC STRT command and specify a resource control table
    suffix on the command.  Alternatively, you can correct the
    DSN2STRT INITPARM and reinitialize CICS.
    ================================================================
    Page Number:  3-22
    Change description:
    
    For message DSNC014I, under "Explanation," replace the list
    of RCT entries with:
    TRAN     CICS transaction name.
    PLAN     DB2 plan name.
    CALLS    Total number of SQL statements in this connection.
    AUTHS    Total number of sign-ons, "new authorizations."
             Sign-on occurs only if the CICS transaction ID or
             DB2 authorization ID has changed.
    W/P      Number of times all available threads for this entry
             were busy and the transaction had to wait or the
             thread request was diverted to the POOL.
    HIGH     Maximum number of concurrent threads required by
             transaction associated with this entry at any time
             since the CICS attachment facility was started.
    ABORTS   Total number of units of recovery that were rolled
             back.
    COMMITS  One of the following two fields is incremented
             each time a DB2 transaction associated with this
             entry has an explicit or implicit (such as EOT) sync
             point.
    1-PHASE  The total number of single phase commits for
             transactions associated with this entry.
    2-PHASE  The total number of two phase commits for
             transactions associated with this entry.
    For a more detailed explanation of the fields in the
    statistics report, refer to "Controlling CICS Connections"
    in Section 6 (Volume 2) of the DB2 Administration Guide.
    ==============================================================
    Version 3 Book Title: Messages and Codes
    Pages: 3-86
    
    Change Description:
    
    Replace the Explanation with the following:
    
    Explanation: During archive data set allocation a
    WTOR was issued.  The user did not respond correctly
    to the message.  Either 'Y' or 'N' must be entered.
    ===============================================================
    Version 3 Book Title: DB2 Messages and Codes
    Pages: 3-89
    Change Description:
    
    For message DSNJ073I, add return code X'08' after X'04':
    
    8 (X'08') The device type (unit name) on which the archive
              log data set is to be allocated is specified by
              the user in the DB2 system parameters.  This
              device type (unit name) could not be found in
              the MVS eligible device table (EDT).
    ================================================================
    Book Title:  Messages and Codes
    Page Number: 3-92
    Change Description:
    
    For message DSNJ106I, the media manager return codes are
    found in DFSMS/MVS Diagnosis Reference for DFSMSdfp,
    LY27-9606.
    ===============================================================
    Book Title:  Messages and Codes
    Page Number:  3-141
    Change description:
    
    Add the following message, DSNL706I, to the end of the section.
    DSNL706I   AN ERROR HAS OCCURRED IN DDF EXIT ROUTINE
    Explanation:  An error occurred following invocation of a DDF
    exit routine by DB2.  The variable "routine" is the name of the
    exit routine, DSNLHLIx, invoked by DB2.
    System Action:  The system abends the failing database-access
                    agent.
    ===============================================================
    Version 3 Book Title: DB2 Messages and Codes
    Pages: 3-183
    Change Description:
    
    For message DSNT396I, add the following paragraph before
    the sentence, "There are no explicit index space locks.":
    
    If a distributed thread is terminating, there might be
    cases where a lock obtained by that thread is displayed,
    but no distributed information (shown by message DSNT350I)
    follows the displayed lock information.
    ================================================================
    Book Title:  Messages and Codes
    Page Number: 3-190
    Change Description:
    
    Replace message DSNT435I.
    
    DSNT435I  OVERRIDE VALUES ARE IN EFFECT
    
    EXPLANATION: Calculated value(s) for EDMPOOL, SORTPOOL, or
    RIDPOOL on panel DSNTIPC were previously overridden.
    Installation uses any override values displayed.
    
    SEVERITY. 4
    
    SYSTEM ACTION: Override values are used instead of
    calculated values, when displayed.
    
    USER RESPONSE: No response is necessary if you want to use
    the override values.  If you want to use the calculated
    values, erase the values in the override column.
    ===============================================================
    Version 3 Book Title: Messages and Codes
    Pages: 3-226
    
    Change Description:
    
    In message DSNU306I, add the following sentence
    to the Explanation:
    
    If the QUIESCE utility issues this message,
    DSNT500I is not issued, but message
    DSNT501I might be issued.
    ================================================================
    Book Title:  Messages and Codes
    Page Number: 3-236
    Change Description:
    
    In message DSNU402, replace the explanation and system
    action with the following:
    
    EXPLANATION: An incremental image copy for a table space or
    data set was requested.  However, a full image copy is
    required.  Possible reasons include:
    
    o The request was for one of the DB2-maintained table
      spaces DSNDB01.DBD01, DSNDB06.SYSCOPY, or
      DSNDB01.SYSUTILX.
    
    o A LOAD or REORG utility was run on the table space or
      data set with no subsequent full image copy.
    
    o No full image copy was found for the requested sites.
    
    o Copy pending status was set for the requested
      table space or data set.
    
    o The request was for an entire table space, but the most
      recent image copy for the table space is on the data set
      level.
    
    The request for an incremental image copy is ignored, and
    a full image copy is taken.
    
    SYSTEM ACTION: The request to take an incremental image
    copy is treated as a request to take a full image copy.
    ================================================================
    Book Title:  Messages and Codes
    Page Number:  3-328
    Change description:
    
    For message DSN1985I, replace the first sentence under
    "Explanation" with:
    One or more pages zero pages were
    encountered with valid data pages after them.
    A zero page is a page of all zeros or a page with only
    the page-synchronization bit on in the first and last byte of
    the page.
    ===============================================================
    Book Title:  Messages and Codes
    Page Number:  4-20
    Change Description:
    
    For code 00C200FE, replace "System Programmer Response" with:
    
    Issue the DFHSM command (HRECALL) to restore the migrated
    data set.  (Remove the sentence "Start the page set.")
    ================================================================
    Book Title:  Messages and Codes
    Page Number: 4-78
    Change Description:
    
    In abend reason code 00D1032B, replace the System Action,
    Operator Response, and System Programmer Response with the
    following:
    
    SYSTEM ACTION: An execution unit writes a record to
    SYS1.LOGREC and might request an SVC dump.  The execution
    unit then terminates abnormally.
    
    OPERATOR RESPONSE: Collect the SYS1.LOGREC and SVC dump,
    if a dump was produced.  Notify the system programmer.
    
    SYSTEM PROGRAMMER RESPONSE: Examine LOGREC and SVC dump
    information, if a dump was produced.
    ===============================================================
    Version 3 Book Title: Messages and Codes
    Pages: 4-81
    Change Description:
    
    Add the following code:
    
    00D10345
    
    EXPLANATION: A LOG READ completed unsuccessfully
    because an error was received from a CATALOG LOCATE
    request for an archive log data set.
    
    This abend reason code is issued by the following CSECT:
    DSNJR106
    
    SYSTEM ACTION: An execution unit might write a record to
    SYS1.LOGREC and request an SVC dump.
    
    OPERATOR RESPONSE: Collect the SYS1.LOGREC and SVC dump,
    if requested.  Notify the system programmer.
    
    SYSTEM PROGRAMMER RESPONSE: Obtain the SYS1.LOGREC and
    the SVC dump, if requested.  Refer to Section 3 of
    Diagnosis Guide and Reference for information on
    identifying and reporting the problem.
    
    PROBLEM DETERMINATION: RLM standard diagnostic information
    is provided in "Recovery Log Manger Reason Codes (X'D1')"
    on page 4-59.  The requested archive log data set might
    have been uncataloged or deleted.
    ================================================================
    Book Title:  Messages and Codes
    Page Number: 4-215
    Change Description:
    
    In abend reason code 00E30067, Problem Determination
    section, add information to tell the user how to
    fix the following problem:
    
    If register 3 is 0 and register 4 is >4,
    then a GETMAIN for user storage failed.
       R4 = storage length required
       R8 = GETM
    
    To fix this problem, increase your region size.
    ===============================================================
    Book Title:  Messages and Codes
    Page Number: X-9
    Change Description:
    
    Add the following entry to figure 9 in Appendix B:
    
    ABEND Reason Code   CSECT-name:ERQUAL  Explanation
      00C9021C           DSNIRFNX:5006        6
                         DSNISNPG:5007        6
    ===============================================================
    This APAR is continued in II08169.
    

Local fix

Problem summary

Problem conclusion

Temporary fix

Comments

  • close for INTERNET viewing
    

APAR Information

  • APAR number

    II07908

  • Reported component name

    PB LIB INFO ITE

  • Reported component ID

    INFOPBLIB

  • Reported release

    001

  • Status

    CLOSED CAN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    1994-05-16

  • Closed date

    1997-10-31

  • Last modified date

    1997-10-31

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

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

Fix information

Applicable component levels

[{"Business Unit":{"code":null,"label":null},"Product":{"code":"SG19O","label":"APARs - MVS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"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":"001","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
14 December 2020