Understanding Cron Syntax In The Job Scheduler - Novell PLATESPIN ORCHESTRATE 2.0.2 - DEVELOPMENT CLIENT REFERENCE 08-28-2009 Reference

Development client reference
Table of Contents

Advertisement

Multiple environment variables can be specified by delimiting with a comma, as in the
following example:
--env=PATH,LD_PATH,ID
NOTE: The user's environment variables can also be passed to the server when the user implements
the zos command line tool when running a job (as opposed to logging in). The command passes the
environment variable only for that particular job run.
zos run jobname --env=environment_variable
Constraints
This tab displays a constraint editor that you can use to create additional constraints for the job being
scheduled. Typically, additional "resource constraints" (such as "start") are useful to delay the start
of a job when it is triggered. For more information about working with constraints, see "Constraints"
in the
PlateSpin Orchestrate 2.0 Developer Guide and

3.1.3 Understanding Cron Syntax in the Job Scheduler

The cron triggers you can configure in the PlateSpin Orchestrate Job Scheduler use a Quartz
crontrigger class for deciding when to invoke job execution. This is based on the standard Quartz
format that you can find further described on the
quartz/wikidocs/CronTriggers%20Tutorial.html)
org/quartz/CronTrigger.java.htm)
This section includes the following information:
"Format" on page 37
"Special Characters" on page 38
"Examples of Cron Syntax" on page 39
"Cron Scheduling Precautions" on page 40
Format
A cron expression is a string comprised of 6 or 7 fields separated by white space. Fields can contain
any of the allowed values, along with various combinations of the allowed special characters for that
field. The fields are explained in the following table:
Fields in a Cron Expression
Table 3-2
Field Name
Seconds
Minutes
Hours
Day of the Month
Month
OpenSymphony (http://www.opensymphony.com/
Web site, or the
Web site.
Mandatory?
Yes
Yes
Yes
Yes
Yes
Reference.
KickJava (http://kickjava.com/src/
Allowed Values
0-59
0-59
0-23
1-31
1-12 or JAN-DEC
The PlateSpin Orchestrate Job Scheduler
Allowed special
Characters
, - * /
, - * /
, - * /
, - * ? / L W
, - * /
37

Advertisement

Table of Contents
loading

This manual is also suitable for:

Platespin orchestrate 2.0.2

Table of Contents