1 02/24/84  change_error_mode, cem
 2 
 3 Syntax:  cem {-control_args}
 4 
 5 
 6 Function: controls the amount of information printed by the default
 7 handler for system conditions.
 8 
 9 
10 Control arguments:
11 -brief, -bf
12    prints only the condition name.
13 -long, -lg
14    prints more complete messages.
15 
16 
17 Notes: There are three modes of error messages--brief, normal, and
18 long.  If this command is not issued, the message is in normal mode.
19 If issued with no control argument, normal mode is restored.
20 
21 For a complete discussion of conditions and their handling, see the
22 Programmer's Reference Manual (AG91).  Refer to the description of the
23 reprint_error command for a similar, but more selective, capability.