The primary component of the EnterpriseSCHEDULE system is the job. Jobs contain vital information about what is being scheduled, when the job will run, how it will behave when it is run and whether or not it will with other jobs. When a job is created, some or all of these factors should be considered:
There are many other attributes that affect the way a job behaves. These are all contained in the Job Properties Page. For now we will just deal with a few of these properties.
When a new job is created it inherits the attributes of the job named "DEFAULT" in the current directory or, if that does not exist, the "DEFAULT" job in the SCHEDULE directory \default. This default job should have the properties most commonly desired for subsequently created jobs. For instance, if you want your jobs to use Named Day scheduling, set the "DEFAULT" job with that attribute. Once the job is created, attributes may be changed in the Job Properties Page.
In this step we will create two new jobs Job1 and Job2.