IBM Support

RS02836: [DE] BAL 'FOR EACH' CONSTRUCT IS NOT WORKING OVER A COLLECTION OF BIGDECIMAL

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • A BAL construct of the form:
    for each number in my list:
        - print "n = " + this number;
    
    where 'my list' is a collection with a BigDecimal domain, is
    translated in IRL (CRE):
    
    foreach (java.math.BigDecimal $var$ : my_list) { ... }
    
    and in ARL (DE):
    foreach (Double _implicitVariable : mylist) { ... }
    
    As a consequence the iteration is not executed in DE.
    

Local fix

Problem summary

  • Some kinds of BAL construction  have as consequence that the
    iteration is not executed in Decision Engine.
    We need to fix the way the bal code is built to make these
    cases possible.
    

Problem conclusion

  • The code is fixed
    

Temporary fix

Comments

APAR Information

  • APAR number

    RS02836

  • Reported component name

    WS DECISION CTR

  • Reported component ID

    5725B6900

  • Reported release

    890

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2017-07-25

  • Closed date

    2017-07-27

  • Last modified date

    2017-07-27

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

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

Modules/Macros

  • 999
    

Fix information

  • Fixed component name

    WS DECISION CTR

  • Fixed component ID

    5725B6900

Applicable component levels

  • R890 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSQP76","label":"IBM Operational Decision Manager"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"890","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
03 November 2021