The %INCLUDE directive is used to incorporate external text into the source program.
|
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"