IBM Support

PH27095: IBM DEVELOPER FOR Z SYSTEMS (IDZ) REALTIME SYNTAX CHECK DOESN'T HIGHLIGHT MISSING END-EVALUATE.

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

  • IBM Developer for z Systems - IDz - v14.2.3
    Realtime syntax check doesn't highlight missing END-EVALUATE.
    For example, Using following Cobol program will trigger this
    issue.
           id division.
           program-id.     test.
           environment division.
           configuration section.
           data division.
           working-storage section.
           01 I-POS  pic s9(08) comp sync.
           linkage section.
           procedure division.
           Main section.
               perform varying I-POS from 1 by 1
                 until I-POS > 20
                    evaluate I-POS
                    when 1
                       display 'A' I-POS
                    when other
                       continue
          *        end-evaluate   *> No syntax check for missing
    END-EVALUATE.
               end-perform
    
               evaluate I-POS
               when 1
                  display 'A' I-POS
               when other
                  continue
          *    end-evaluate  *> No syntax check for missing
    END-EVALUATE.
               goback.
    

Local fix

Problem summary

  • Real time syntax check is missing for END-EVALUATE when evaluate
     statements are located within loop conditional statement
    (WHEN).
    

Problem conclusion

  • This issue has been resolved.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PH27095

  • Reported component name

    DEV FOR Z/OS

  • Reported component ID

    5724T0700

  • Reported release

    E20

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2020-07-03

  • Closed date

    2020-12-04

  • Last modified date

    2020-12-04

  • 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

    DEV FOR Z/OS

  • Fixed component ID

    5724T0700

Applicable component levels

[{"Line of Business":{"code":"LOB17","label":"Mainframe TPS"},"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SSQ2R2","label":"Rational Developer for z Systems"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"E20"}]

Document Information

Modified date:
05 December 2020