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

%INSCAN Statement

Like the %INCLUDE statement, the %INSCAN statement also includes a file except in the %INSCAN statement, the file to be included is specified via a preprocessor variable.

Read syntax diagramSkip visual syntax diagram>>-%INSCAN--filename--;---------------------------------------><
 
filename
is a preprocessor expression that specifies the name of the file to be included.

%dcl inname char;
%inname = ’oldform’;
%inscan inname; /* includes the file "oldform" */

Terms of use | Feedback

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