FDL PARALLEL

Declare the parallelism between two or more tasks and subflows (See also TASK and SERIAL).

Arguments
script
Description
All of the tasks, jobs, and sets defined in the script are set up to be executed in parallel. Artificial dependencies are created between each task, job, or all the jobs in the set to build the graph in parallel. Can be nested in any order with sets, jobs, tasks, other SERIAL scripts, and other PARALLEL scripts. For examples see the TASK procedure.