{
{  This request is used by OSP$SYSTEM_ERROR to tell monitor that a
{  fatal system error occurred.
{
{  TYPE
{    OST$RB_SYSTEM_ERROR = RECORD
{      REQCODE,
{      FATAL,
{      STATUS,
{      CALLER_P_REGISTER,
{      STATUS_P,
{      TEXT_P,
{      CONDITION,
{      TEXT,
{    RECEND;
{
{  REQCODE: (input) The value of this parameter is SYC$RC_SYSTEM_ERROR.
{
{  FATAL: (input) This parameter specifies whether or not to halt the
{      system.
{
{  STATUS: (output) This specifies standard monitor status.
{
{  CALLER_P_REGISTER: (input) This parameter specifies the P register
{      where the problem occurred.
{
{  STATUS_P: (input)  This parameter specifies a pointer to a status
{      variable of possible importance to the error.
{
{  TEXT_P: (input) This parameter specifies a pointer to a text message
{      related to the failure.
{
{  CONDITION: (input) This parameter specifies the condition code found
{      in the status variable.
{
{  TEXT: (input) This parameter specifies the actual error message related
{      to the failure.
