IBM Support

PH48682: DFHSI1579D APPLID MODULE DFHSIPLT PLT PROGRAM (PROGNAME NOT FOUND. REPLY GO OR CANCEL.

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • In CICS 5.6 there is a problem in parsing multiple program names
    in the program list table, eg. if the PLT contains more then one
    program as shown in this example;
    
     DFHPLT TYPE=ENTRY,            ENABLE XMEOUT EXIT,
         X
                  PROGRAM=(progname1,progname2)       INIT PHASE 1
    
    
    
    This will result in the following message;
    
    DFHSI1579D applid MODULE DFHSIPLT PLT PROGRAM (progname1 NOT
    FOUND.    REPLY GO OR CANCEL.
    
    The bracket character "(" is being included as part of the
    program name, thus resulting in the not found error.
    
    Additional symptoms:
    
    
    KIXREVTT
    
    
    DFHSI1579
    
    
    Program List Table
    

Local fix

  • Code the programs as separate entries rather then a comma
    separated list;
     DFHPLT TYPE=ENTRY,            ENABLE XMEOUT EXIT
         X
                  PROGRAM=progname1
     DFHPLT TYPE=ENTRY,                           INIT PHASE 1
                   X
                  PROGRAM=progname2
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED: All CICS users.                              *
    ****************************************************************
    * PROBLEM DESCRIPTION: A CICS PLT which has program names      *
    *                      within parentheses does not identify    *
    *                      the programs correctly.                 *
    ****************************************************************
    When a CICS PLT specifies program names within parentheses, i.e.
       PROGRAM=(PROG1)
    or
       PROGRAM=(PROG1,PROG2,PROG3)
    CICS does not parse the program names correctly, and issues
    message:
    DFHSI1579D APPLID MODULE DFHSIPLT PLT PROGRAM xxxxxxxx NOT FOUND
    

Problem conclusion

  • CICS has been changed to correctly parse PLTs which contain
    parentheses.
    

Temporary fix

Comments

  • ×**** PE22/10/07 FIX IN ERROR. SEE APAR PH50066  FOR DESCRIPTION
    

APAR Information

  • APAR number

    PH48682

  • Reported component name

    CICS TS Z/OS V5

  • Reported component ID

    5655Y0400

  • Reported release

    400

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2022-08-15

  • Closed date

    2022-08-23

  • Last modified date

    2022-11-07

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

    PH45230

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

    UI82076

Modules/Macros

  • DFHEIPSH DFHEMT56 DFHSIPLT
    

Fix information

  • Fixed component name

    CICS TS Z/OS V6

  • Fixed component ID

    5655YA100

Applicable component levels

  • R400 PSY UI82076

       UP22/08/24 P F208

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":"BU048","label":"IBM Software"},"Product":{"code":"SSGMGV","label":"CICS Transaction Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"6.1","Line of Business":{"code":"LOB70","label":"Z TPS"}}]

Document Information

Modified date:
14 June 2024