IBM Support

PM85884: RDz COBOL parser shows an unexpected error for the exponentiatio n operator ('**') when followed by a unary negative expressio

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When the exponentiation operator '**' is followed in a COBOL
    statement by a unary negative expression, such as in:
    COMPUTE A = B / (C * (100000 ** - D))
    the parser will flag the exponentiation expression as being in
    error when it is not.
    

Local fix

  • A work-around for this problem is to code parentheses around the
    unary negative expression
    COMPUTE A = B / (C * (100000 ** (- D)))
    

Problem summary

  • COBOL real-time syntax check did not allow raising a base to a
    signed power, showing an annotation warning instead.
    

Problem conclusion

  • This fix now allows raising a base to a signed power in a COBOL
    arithmethic expression.
    
    The problem listed in this APAR has been resolved with
    IBM Rational Developer for System z V8.5.1.4 Fix Pack which
    is available from the Recommended Fixes support download page:
    http://www-1.ibm.com/support/docview.wss?rs=2294&uid=swg27006335
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM85884

  • Reported component name

    RATL DEV FOR SY

  • Reported component ID

    5724T0700

  • Reported release

    760

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-03-28

  • Closed date

    2013-10-16

  • Last modified date

    2013-10-16

  • 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

    RATL DEV FOR SY

  • Fixed component ID

    5724T0700

Applicable component levels

  • R850 PSY

       UP

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSTRMM","label":"IBM Developer for z\/OS"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"760","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
29 October 2021