Rational Developer for System z
PL/I for Windows, Version 7.6, Programming Guide

Examples:

This first example causes all lines that start with -INC (and possibly preceding blanks) to be treated as include directives:

  pp( include( 'id(-inc)'))

This second example causes all lines that start with ++INCLUDE (and possibly preceding blanks) to be treated as include directives:

  pp( include( 'id(++include)'))

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)