Previous Topic

Next Topic

Book Contents

Book Index

Syntax of resources and end actions

This section displays examples of the syntax that can be used to perform advanced job interaction in EnterpriseSCHEDULE. Though the Windows Client assembles these constructs automatically, they can be edited manually using the edit feature or the free form expression feature. Resource and End Actions can take the following constructs:

List type

Allowable constructs

Resource list

REM

SET variable=expression

IF expression THEN WAIT

IF expression THEN SUPPRESS_RUN

IF expression THEN SET variable=expression

IF FILE_NOT_FOUND THEN expression

End action list

REM

Include end action requirements from another job
SET variable=expression
IF expression THEN SET variable=expression

In This Section

IF-THEN-SET

IF-THEN-SUPPRESS_RUN

IF-THEN-FAILRUN

IF-THEN-WAIT

INCLUDE

SET

See Also

Appendix E - Job Resources and End Actions

General Guidelines

Variables used in Resources and End Actions

How to construct a Resource or End Action Statement in the Windows Client

Using Job Resources

Job End Actions