Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

INCAFTER

This option allows you to specify 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 requires 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.

Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide