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