Source Management Statements

The COPY, ++INCLUDE, and REPLACE statements allow you to modify the program's source text at compile time. Conditional compiling statements such as $IF and $SET statements can be used to specify whether or not certain lines of code are compiled or skipped. For details on these statements, see Conditional Compilation. Below is a brief description of each of these source management statements; for complete details, follow the links.