Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, 言語解説書

%INSCAN ステートメント

%INCLUDE ステートメントと同様に、%INSCAN ステートメントもファイルを組み込みます (ただし、%INSCAN ステートメント内は除きます)。 組み込まれるファイルは、プリプロセッサー変数で指定します。

構文図を読む構文図をスキップする>>-%INSCAN--filename--;---------------------------------------><
 
filename
組み込むファイルの名前を指定するプリプロセッサー式。

%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)