Type out a calendar.
The TYPE command will display the selected month or months from the specified calendar.
General Format
type/calendar calendar_file [/qualifiers]
Alternate
morecal calendar_file [-qualifiers]
Qualifier Summary
field qualifiers:
/from = date
/to = date
/marks
general qualifiers:
/[no]log
/[no]confirm
/node = target node
/symbol[=prefix_string,format]
Examples
$ schedule type/calendar workdays/from=jan-2000
2000 January
Sun. Mon. Tue. Wed. Thu. Fri. Sat.
.. .. 1 AB 2 3 .. ..
.. .. 4 5 6 7 8 .. ..
.. .. 9 10 XX 11 12 13 .. ..
.. .. 14 15 16 17 18 .. ..
.. .. 19 20 21 22
2000 February (default)
Sun. Mon. Tue. Wed. Thu. Fri. Sat.
1 .. ..
.. .. 2 3 4 5 6 .. ..
.. .. 7 8 9 10 11 .. ..
.. .. 12 13 14 15 16 .. ..
.. .. 17 18 19 20
2000 March (default)
Sun. Mon. Tue. Wed. Thu. Fri. Sat.
1 .. ..
.. .. 2 3 4 5 6 .. ..
.. .. 7 8 9 10 11 .. ..
.. .. 12 13 14 15 16 .. ..
.. .. 17 18 19 20 21 .. ..
.. ..
2000 April (default)
Sun. Mon. Tue. Wed. Thu. Fri. Sat.
1 2 3 4 5 .. ..
.. .. 6 7 8 9 10 .. ..
.. .. 11 12 13 14 15 .. ..
.. .. 16 17 18 19 20 .. ..
.. .. 21 22
2000 May (default)
Sun. Mon. Tue. Wed. Thu. Fri. Sat.
1 2 3 .. ..
.. .. 4 5 6 7 8 .. ..
.. .. 9 10 11 12 13 .. ..
.. .. 14 15 16 17 18 .. ..
.. .. 19 20 21 22 23
Qualifiers
/hostname=host_name
The qualifier specifies what node (either local or remote) you want the operation performed on.
/confirm
/noconfirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected calendar is the correct one.
/from=date
The FROM qualifier specifies that only those months that include or are after the specified date are to be displayed. The date specified can be either an absolute time or a combination time. The default month is the current month.
/log
/nolog
The LOG qualifier causes each completed operation to issue a note to the user.
/marks
The MARKS option displays a list of the days in the calendar that are marked as well as the letter mark for that day in a two column list.
/output=output_file
The OUTPUT option sends all output to a text file. Output can be printed or displayed as needed.
/SYMBOL[=prefix_string] or [=(prefix string,format)]
The SYMBOL requests that all calendar information be output to a group of environmental variables. Every field in the control record is loaded into a single environmental variable. The symbol name is constructed by prefixing the field name with the provide string. If none is provided a default value of SM is used.
The format defines the way that symbols are output. The default output specification is: "$ %s=\" %s\" "" which produces the following format style.
SM_FLAGS = "Slide_over_disallowed"
Alternate output styles may be created by changing the format field.
/to=date
The TO qualifier specifies that only those months that are before or include the specified date are to be displayed. The date specified can be either an absolute time or a combination time. The default month is the current month.