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 within filename. The filename can be declared with any string type. The filename is relative to the working directory from which you run PDriver, and can contain a relative or absolute path to a PDS file. The PDS file must contain a full job, and you can use it only outside the top-level job block. For example, a single PDS file can contain three include statements, each one including a job block stored in another file.