COMMAND NAME
	append -- to add error entries to current error information structure
		  from a file
SYNOPSIS
	append [filename]
DESCRIPTION - USAGE
The command append will allow adding error entries to the current error
information structure from a file.  This command will ignore the other
information contained in the file.  Since appending error entries to a
structure will usually alter the current structure, the user is requested
to confirm the append operation.   The append command will query the
user for the necessary information to define the set of errors to be 
appended.  The set of errors can be specified by the keyword all or by 
one of the severity levels (fatal, severe, recoverable, warning, extension,
comment).  A numeric range will also define a set if the lower bound is
less than or equal to the upper bound.
SEE ALSO
	read, write

