NetBatch Manual

Run Calendar Generation and Display
NetBatch Manual522460-004
5-17
Displaying Run Times in List Form
1993-02-27 12:00:00
1993-02-28 12:00:00
A run-times chart is a table of all run times for a given month. BATCHCAL displays
run times in chart form when you omit the NEXT-DATE and SHOW-DATES
program parameters from the RUN BATCHCAL command. For example:
31> BATCHCAL /IN FEB1993/
1993 - February - FEB1993
------------------------------------------------------------
|Sunday |Monday |Tuesday |Wednesday|Thursday |Friday |Saturday |
=======================================================================
| | |1 |12:00 |2 |12:00 |3 |12:00 |4 |12:00 |5 |12:00 |6 |12:00 |
|--|------|--|------|--|------|--|------|--|------|--|------|--|------|
|7 |12:00 |8 |12:00 |9 |12:00 |10|12:00 |11|12:00 |12|12:00 |13|12:00 |
|--|------|--|------|--|------|--|------|--|------|--|------|--|------|
|14|12:00 |15|12:00 |16|12:00 |17|12:00 |18|12:00 |19|12:00 |20|12:00 |
|--|------|--|------|--|------|--|------|--|------|--|------|--|------|
|21|12:00 |22|12:00 |23|12:00 |24|12:00 |25|12:00 |26|12:00 |27|12:00 |
|--|------|--|------|--|------|--|------|--|------|--|------|--|------|
|28|12:00 | | | | | | | | | | | | |
------------------------------------------------------------
A plus sign (+) appended to a run time indicates multiple run times exist on that
day. To display all run times for the day, display a run-times list using the NEXT-
DATE or SHOW-DATES program parameter in the RUN BATCHCAL command.
Displaying Run Times in List Form
Table 5-2 on page 5-17 lists the procedures for displaying run times in list form. The
examples relate to the calendar generated by the source data CALQ393:
21:30
1993 APRIL 01 09:30
1993 APRIL LAST
1993 MAY 01 09:30
1993 MAY LAST
1993 JUNE 01 09:30
1993 JUNE LAST
Table 5-2. Displaying Run Times in List Form (page 1 of 2)
To display the next run time
after the current time... Example
BATCHCAL / IN calendar-
file / N[EXT-DATE]
> TIME
January 12, 1993 14:44:31
> BATCHCAL /IN CALQ393/ NEXT-DATE
1993-04-01 09:30:00
To display the next run time
after the beginning of a
specified month … Example
BATCHCAL / IN calendar-
file / N[EXT-DATE] ; F[ROM-
DATE] [yy]yy mmm
> BATCHCAL /IN CALQ393/ NEXT-DATE; FROM-DATE
1993 JUNE1993-06-01 09:30:00