The Include Statement

You can include another PDS script within a PDS script by using the include statement. For example:

include "filename"

This includes a PDS script contained in filename. If the filename is relative, it is interpreted as relative to the working directory from which you run PDriver. The PDS file must contain a full job, and can be used within any block.