IBM Support

PI33389: RATIONAL DEVELOPER FOR SYSTEM Z (RDZ) PLI INCLUDE FILES WITH MULTIPLE PROCS MAY DISPLAY ERRORS FOR THE END STATEMENTS

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Rational Developer for System z - RDz - v9.1.1
    
    PLI include files that contain multiple proc statements may
    see errors in real time syntax check for the end statements.
    
    For example, in the PLI include below line 9 will have the
    error, '"Select" expected instead of this input', and
    line 16 willhave the error, '"Identifiers" is invalid'.
    
    1   A: proc ;
    2     dcl test char(2);
    3     dcl abc fixed dec (15,0) init (0);
    4     Select (test)
    5       when ('1')
    6         abc = 1;
    7       otherwise
    8         abc = 2;
    9     end;   /* end select */
    10  end;    /* end proc   */
    11
    12  B: proc (t);
    13    dcl  t    char (1);
    14    if t = ' ' then
    15      put skip list("Hello");
    16  end ;    /* end proc   */
    

Local fix

  • None available
    

Problem summary

  • When opened in the PL/I editor, an include file with multiple
    procedures will display errors on the end statements.
    

Problem conclusion

  • Modified the PL/I parser to recognize complete procedures in
    include files.
    
    The problem listed in this APAR has been resolved with
    IBM Rational Developer for System z V9.1.1.1 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

    PI33389

  • Reported component name

    RATL DEV FOR SY

  • Reported component ID

    5724T0700

  • Reported release

    911

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2015-01-23

  • Closed date

    2015-03-24

  • Last modified date

    2015-03-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

    RATL DEV FOR SY

  • Fixed component ID

    5724T0700

Applicable component levels

  • R911 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":"911","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
17 October 2021