Interval rescheduling entails giving the job a start time and an interval. Once the job starts the next start time is determined by adding the interval to the current start time.
For example to setup a job that starts now and repeats every hour:
You may also set the interval using the following EnterpriseSCHEDULE command.
C:\> schedule modify update_a/general=next_submit:now
/RESCH=(INTERVAL=0-01:00:00,CALENDAR=WORKDAYS)