NetBatch Manual

Run Calendar Generation and Display
NetBatch Manual522460-004
5-14
HELP Command
HELP Command
To display information about running the BATCHCAL program and about source data
structure and format, use the HELP command.
Generating a Run Calendar
To generate a run calendar:
From source data in an EDIT file, see Generating a Run Calendar From an EDIT
Source File on page 5-14
During an interactive BATCHCAL session, see Generating a Run Calendar During
an Interactive BATCHCAL Session on page 5-15
The BATCHCAL program does not let you alter the run times in a run calendar other
than by regenerating that calendar.
Generating a Run Calendar From an EDIT Source File
Step 1: Create and Open an EDIT File for the Calendars
Source Data
Create and open an EDIT file for the calendars source data by using the text editing
program EDIT:
> EDIT SRC9303 !
CURRENT FILE IS $NB.CALFILES.SRC9303
Step 2: Add the Calendars Source Data
Add the calendar’s source data to the file, then close the file and stop the EDIT
program:
*ADD
1 CAL9303 == File ID of run calendar
2 18:15 == Default start time for jobs
3 1993 MARCH WEEKDAY == Run daily Mon-Fri at 18:15
4 1993 MARCH WEEKEND 09:00 == Run Sats and Suns at 09:00
5 - 1993 MARCH 01 == Not run on March 01
6 - 1993 MARCH LAST == Not run on March 31
7 //
*EXIT
63> FILEINFO
$NB.CALFILES
H[ELP]
Note. The data structure and format must conform to the rules in Entering Source Data on
page 5-5.