1 02/15/84  print_heals_message
 2 
 3 Syntax:  print_heals_message {-control_args}
 4 
 5 
 6 Function:  is a tool to be used by administrators for the maintenance
 7 of the HEALS log (the segment named
 8 >system_control_1>heals_dir>heals_log).  It allows the printing of all
 9 or selected messages currently in the log.  It can also be used to
10 delete bad records from the log as well as to print out parts of each
11 logged record.
12 
13 
14 Control arguments:
15 -time DT
16    selects all messages that occurred after the specified time.  If
17    omitted, a value of 0 is assumed.
18 -update
19    allows you to delete selected messages from the HEALS log if you
20    have the appropriate access (see "Notes" below).
21 -match STR
22    selects messages with text containing the match string.
23 
24 
25 Notes:  The date/time following -time must be of a form acceptable to
26 convert_date_to_binary_ (see the Subroutines manual).
27 
28 This command opens the heals_log segment with a mode of
29 keyed_sequential_update to allow messages to be deleted.  If a message
30 is selected by using either -time or -match, you can issue the
31 following requests:
32 quit,q
33    discontinues message processing and returns to command level.
34 
35 
36 next
37    selects the next message that meets the specified selection
38    requirements.
39 delete
40    deletes the current record.
41 data
42    prints the octal data contained in the current record.
43 
44 
45 Access required:  You must have rw access on
46 >system_control_1>heals_dir>heals_log for the update function;
47 otherwise, r access is sufficient.