Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

%INCLUDE directive

The %INCLUDE directive is used to incorporate external text into the source program.

Read syntax diagramSkip visual syntax diagram             .-,-------------------.
             V                     |
>>-%INCLUDE----+-member----------+-+--;------------------------><
               '-ddname (member)-'
 

The included member can specify an absolute file name. Enclose the absolute file name in single or double quotes. For example, the following is valid:

INTEL

%include "\ibmpli\include\sqlcodes.inc"

AIX and z/OS UNIX

%include "/ibmpli/include/sqlcodes.inc"

Terms of use | Feedback

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