Summary

A PDS script typically coordinates three parts of a PDriver job: provide a pre-processing step to distribute inputs; provide a processing step to be done on Engines in parallel; and provide a post-processing step to consolidate outputs.
A PDS script is structured into different blocks, which are run at different points in the job’s lifecycle.
A basic PDS script consists of a job block.
The other required block is task block.