{
{    This routine is to be used by NAM/VE processes in place of
{ OSP$SYSTEM_ERROR and OSP$RECOVERABLE_SYSTEM_ERROR.  Whenever a process would
{ call either of these interfaces it should instead call this routine.  This
{ routine will check the system attribute NAMVE_DEBUG_MODE and perform the
{ proper debugging action prior to calling OSP$SYSTEM_ERROR or
{ OSP$RECOVERABLE_SYSTEM_ERROR.
{
{
{       NAP$NAMVE_SYSTEM_ERROR (RECOVERABLE_ERROR, ERROR_MESSAGE, STATUS)
{
{
{ RECOVERABLE_ERROR: (input)  This parameter specifies whether the error
{       detected by the calling routine is recoverable or not.  A value of
{       FALSE will result in OSP$SYSTEM_ERROR being called, whereas a value of
{       TRUE will result in a call to OSP$RECOVERABLE_SYSTEM_ERROR.
{
{ ERROR_MESSAGE: (input)  This parameter specifies the error message to be
{       logged.
{
{ STATUS: (input)  This parameter specifies the error status.
{
