End Actions

The End Actions of a job performed after a job's commands are completed. Using end actions you can introduce advanced logic into the job that will be executed during the final stage of the job.  To learn more about advanced job interaction and operators click on the links.

 

The End Actions list which is processed after the job is run can evaluate an expression and then set a variable to a new value. To learn more about the advanced functions of end actions, click here.

Example:

set switch .eqs. 12

The SET statement may also be used to assign a variable on its own unconditionally in the End Actions list. The WAIT and SUPPRESS_RUN statements may not be used in an End Actions list since the job has already completed when the list is processed.
 

To add End Action to the list enter the end action and click Apply to add. Click More to add additional End Actions