FDL L

Set the legal exit values for subsequent jobs.

Arguments
legal_exit_spec
Description
Set the list of legal exit status values for al subsequent jobs.
Example
L "0";       # That is the default.
L "0 1 2";   # Accept as legal the 3 values 0 1 and 2.
L "12-20";   # Accept as legal any value in the range from 12 to 20.