Previous Topic

Next Topic

Book Contents

Book Index

Using Job Resources

The Resource Requirements of a job are one EnterpriseSCHEDULE's most powerful tools. Using resources you can program a variety of advanced logic into your jobs including job switching which allows you to turn off sections of jobs by setting a variable and job intersection which lets you determine whether the job will run based on the value of an integer.

The following resource requirements can be set for a job:

The number of resources requirements a job can have is unlimited. Resources will be evaluated one after the other, starting from the first one. If a resource requirement contains a "wait" statement, the remaining resources won't be evaluated until this resource's condition is true.

To add a resource requirement to a job, first click on the Resource requirements button in the Resources property page of that job, then click on the Add button. The following dialog will be displayed:

In This Section

Resource Requirement examples

See Also

Appendix E - Job Resources and End Actions

General Guidelines

Syntax of resources and end actions

Variables used in Resources and End Actions

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

Job End Actions