IBM Support

PM26376: DFH0STAT AND DFH0STCM REPORT SELECTIONS DEFAULTS MISMATCHED

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • You have modified the DFH0STAT program to set DEFAULT-PROGRAMS
    to "Y"; however, when you run the STAT transaction, F4=Report
    Selection, you see: Programs......N.
    Also, you notice: Program Definitions......Y, but you have not
    modified the default DEFAULT-PROGRAMDEFS.
    You found that DFH0STAT is not in sync with the mapset DFH0STCM.
    CICSTS41.CICS.SDFHSAMP(DFH0STAT)
    05  DEFAULT-PROGRAMS            PIC X
    05  DEFAULT-PROGRAMDEFS         PIC X
    CICSTS41.CICS.SDFHSAMP(DFH0STCM)
    07  SELECT-PROGRAMDEFS      PIC X.
    07  SELECT-PROGRAMS         PIC X.
    From the above two members you can see that PROGRAMS and
    PROGRAMDEFS lines are reversed.
    Additional Symptom(s) Search Keyword(s): DFHOSTAT
    KIXREVJXD
    

Local fix

  • Change DFH0STAT 01 REPORT-SELECTION-DEFAULTS structure to have
    05  DEFAULT-PROGRAMDEFS         PIC X
    05  DEFAULT-PROGRAMS            PIC X
    Which will match the DFH0STCM 03 REPORT-SELECTION-FIELDS.
    07  SELECT-PROGRAMDEFS      PIC X.
    07  SELECT-PROGRAMS         PIC X.
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED: All users of CICS TS for z/OS 4.1.           *
    ****************************************************************
    * PROBLEM DESCRIPTION: Altering the default for the DFH0STAT   *
    *                      Print Report Selection parameters for   *
    *                      Programs to 'Y' causes Programdefs to   *
    *                      be selected and vice versa.             *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    The order of DEFAULT-PROGRAMS then DEFAULT-PROGRAMDEFS in
    DFH0STAT is incorrect. The order must be DEFAULT-PROGRAMDEFS
    then DEFAULT-PROGRAMS.
    

Problem conclusion

  • DFH0STAT has been changed to define DEFAULT-PROGRAMDEFS and
    DEFAULT-PROGRAMS in the correct order.
    

Temporary fix

  • CICS AR601
    ++ APAR (AM26376).
    ++ VER (C150) FMID(JCI6601).
    ++ MACUPD (DFH0STAT) DISTLIB(ADFHSAMP) SYSLIB(SDFHSAMP)
       /* MODULE: DFH0STAT --- TYPE: COPY */.
    ./ CHANGE NAME=DFH0STAT,SEQFLD=738
                   05  DEFAULT-PROGRAMDEFS         PIC X
                                       VALUE 'N'.       09680000
                   05  DEFAULT-PROGRAMS            PIC X
                                       VALUE 'N'.       09700000
    ./ ENDUP
    

Comments

APAR Information

  • APAR number

    PM26376

  • Reported component name

    CICS TS Z/OS V4

  • Reported component ID

    5655S9700

  • Reported release

    600

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-11-09

  • Closed date

    2010-11-22

  • Last modified date

    2011-01-03

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

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

Modules/Macros

  •    DFH0STAT
    

Fix information

  • Fixed component name

    CICS TS Z/OS V4

  • Fixed component ID

    5655S9700

Applicable component levels

  • R601 PSY UK62443

       UP10/12/04 P F012

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":"SSGMGV","label":"CICS Transaction Server"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"4.1","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}},{"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":"4.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
03 January 2011