IBM Support

PH11695: IBM DEVELOPER FOR Z SYSTEMS (IDZ CLIENT) : PL/I OUTLINE VIEW DOES NOT CORRECTLY SHOW THE NESTED PROCEDURES

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 Client - v14.1.6.1
    
    The PL/I outline view show the procedures at the same level even
    if the procedures are nested
    
    Sample :
      FLTEST0: proc options(main);
        proc1: proc();
          dcl v1 char(1);
          dcl v2 char(1);
          if v1=1 then
          select(v2);
          when(1);
          otherwise do;
            v2='1';
          end;
          end;
          proc2: proc() returns(bin fixed(31));
            return(1);
          END proc2;
         END proc1;
      end FLTEST0;
    
    The outline view shows :
      --- proc1: proc();
             | v1
             | v2
      --- proc2: proc() returns(bin fixed(31));
    

Local fix

Problem summary

  • Failing to identify the SELECT node in the outline view
    because IF statements were not being properly parsed.  This in
    turn caused to incorrectly match the End node to the PROC1
    Node putting PROC2 outside of PROC1 in the outline view.
    

Problem conclusion

  • Fixed the parsing of the IF statement and that resolved all
    other issues.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PH11695

  • Reported component name

    DEV FOR Z SYS

  • Reported component ID

    5724T0700

  • Reported release

    E10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2019-05-03

  • Closed date

    2019-06-14

  • Last modified date

    2019-06-14

  • 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 SYS

  • Fixed component ID

    5724T0700

Applicable component levels

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSJK49","label":"IBM Developer for z Systems"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"E10","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
27 October 2020