Previous Topic

Next Topic

Book Contents

Book Index

Enter a free form instruction

More complex conditions can be set with this option. Examples of free form instructions:

"IF $TIME .LT. 0010 .OR. $TIME .GT. 0500 THEN WAIT"

"If FILE_NOT_FOUND $P1 THEN SUPPRESS_RUN"

The following free form instruction can be used to do the same as the 2 resource requirements described in the section "Check for a condition then suppress this run"

IF $TIME .LT. 800 .OR. $TIME .GT. 1700 THEN SUPPRESS_RUN

See Also

Resource Requirement examples

Comments

Check for a condition then wait if it is true

Check for a condition and then set a variable value if it is true

Check for a condition then suppress this run

Check for a condition then fail this run

Include resources requirements from another job

Set a variable value