The Options Block

One of the additional blocks you can define in a PDS script is the options block. Within it, you can select set job options and descriptions, job priorities, and other settings.

options
    onerror ( fail | retry | ignore )        
    maxFailedTaskRetries = val (default: 3)
    enableBlacklisting = true|false>
    jobPriority = val (default: 5)
    autoCancelMode = "always" | "never" | "libloadfailure"
    jobOption key val
    jobDescription key val
end