Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

INCAFTER

The INCAFTER option specifies a file to be included after a particular statement in your source program.

Read syntax diagramSkip visual syntax diagram>>-INCAFTER--(--+-------------------------+--)-----------------><
                '-PROCESS--(--filename--)-'
 
filename
Name of the file to be included after the last PROCESS statement.

Currently, PROCESS is the only suboption and specifies the name of a file to be included after the last PROCESS statement.

Consider the following example:

INCAFTER(PROCESS(DFTS))

This example is equivalent to having the statement %INCLUDE DFTS; after the last PROCESS statement in your source.


Terms of use | Feedback

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