IBM Support

PH42710: APPLICATION DISCOVERY API CALL EXTENSIBILITY DOES NOT SHOW VALUES CORRECTLY

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • In the following example, a part of the API parameters is
    redefined then SPACE is assigned to the redefined parameter
    before the API call. In this case, the values for all other API
    parameters (variables) are also set to SPACE, failing to resolve
     the call.
    
    01 VAR1.
             03 VAR1-1 PIC X(08).
             03 VAR1-2 PIC X(08).
             03 VAR1-3 PIC X(04).
             03 VAR1-4 PIC X(128).
             03 FILLER REDEFINES VAR1-4.
         05 VAR1-5-1 PIC 9(03).
               05 VAR1-5-2 PIC X(05).
               05 FILLER PIC X(120).
    ...
            MOVE  SPACE       TO VAR1-4.
            MOVE  1           TO VAR1-5-1.
            MOVE  'AAAAA'     TO VAR1-5-2.
          *
            CALL 'IMSDBSUB' USING VAR1, VAR3, VAR4.
    

Local fix

  • N/A
    

Problem summary

  •  API call extensibility does not show values correctly
    

Problem conclusion

  • Fixed with code changes related to how the 'Dynamic Resolution
    Algorithm' evaluates all possible values of a variable.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PH42710

  • Reported component name

    APPL DISCOVERY

  • Reported component ID

    5737B1600

  • Reported release

    600

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2021-12-11

  • Closed date

    2022-05-24

  • Last modified date

    2022-05-24

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

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

Fix information

  • Fixed component name

    APPL DISCOVERY

  • Fixed component ID

    5737B1600

Applicable component levels

[{"Line of Business":{"code":"LOB35","label":"Mainframe SW"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSRR9Q","label":"IBM Application Discovery"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"600"}]

Document Information

Modified date:
25 May 2022