COMMAND NAME
	create -- create a new error entry in current error information
		  structure
SYNOPSIS
	create [error_number severity_level position]
DESCRIPTION - USAGE
This command will create a new entry in the sequence of errors associated
with the current error information structure. 

The create command will create a new error with number "error_number".
If the error already exists in the structure, the user will be requested 
to confirm overwrite.  The user can also stop the create operation or 
enter a new number that might not exist in the structure.  The user can type 
each of the arguments separated by spaces.  If the arguments are not present,
the user will be queried for them.  The create command will also query the
user to confirm or retype the values of the other fields: message, description,
recovery, and user_correction.  See help topic errors for more information
on each of the fields that conform an error.
EXAMPLES
	create 100 warning endposition
SEE ALSO
	edit, errors, delete, restore
