NetBatch Manual

Run Calendar Generation and Display
NetBatch Manual522460-004
5-11
Formatting Source Data
More examples of option combinations:
time
specifies a time that overrides the default start time specified on the first
noncomment line. For the format of time, see default-start-time.
Omitting + and - makes BATCHCAL replace all previous times recorded for
a date with the specified time.
[ + | - ] MERGE-DATES calendar-file
+
adds calendar-file run times to the times so far recorded.
-
deletes calendar-file run times from the times so far recorded.
calendar-file
is the name of a BATCHCAL-generated calendar file (file code 848) whose
run times you want to merge with the calendar you are creating.
Omitting + and - makes BATCHCAL replace all previous times recorded for a
date with the specified time.
Examples
This example shows source data entered in an EDIT file:
42> FUP COPY WKDYIN
== *****************************************************
/M/MON Mondays occurring on the last day of the month and, for a month
that does not end on a Monday, the first Monday of these months:
1995-01-02, 1995-02-06, 1995-03-06, 1995-04-03, and 1995-05-
01
/10/FRI Fridays occurring on the tenth day of the month and, for a month
in which no Friday occurs on the tenth day, the first Friday
following the tenth day: 1995-01-13, 1995-02-10, 1995-03-10,
1995-04-14, and 1995-05-12
/5/-7/WED The Wednesday in the seven-day period before the fifth of the
month: 1995-01-04, 1995-02-01, 1995-03-01, 1995-03-29 (for
April 1995), and 1995-05-03
/APR/26 The twenty-sixth of April: 1995-04-26, 1996-04-26, 1997-04-26,
1998-04-26, and 1999-04-26
Note. HP recommends that you check the results of frequency-option
combinations before committing to your production environment calendars
containing run times generated by those combinations.