Previous Topic

Next Topic

Book Contents

Book Index

Advanced job examples

The following examples illustrate some situations where advanced job interaction can be used. While reading these descriptions, see if they apply to a job scheduling challenge you may have in your job set. You can most likely use the advanced job interaction tools to solve this challenge.


IF valve .eqs. off THEN SUPPRESS_RUN


into each of the jobs in a run, you can manually turn off all the jobs for as long as you want by changing the variable to off. When you want to run the jobs again, simply change the variable to anything but off.

See Also

Resources - Advanced job interaction

How jobs are processed

Syntax of job interaction

Operators

Where to use advanced job interaction

Advanced scheduling examples