{
{   The purpose of this request is to abort NOS/VE Deadstart and display
{ informative messages in the Main Operator Window as follows:
{
{ A fatal NOS/VE initialization error has occurred.
{ ' the text of DISPLAY_MESSAGE '
{ ' the text of DISPLAY_STATUS '
{ A NOS/VE Deadstart is required.
{
{ The caller must be the system job.
{
{       JMP$ABORT_DEADSTART (DISPLAY_MESSAGE, DISPLAY_STATUS, STATUS)
{
{ DISPLAY_MESSAGE: (input)  This parameter specifies the text of the first
{       message to be displayed.
{
{ DISPLAY_STATUS: (input)  This parameter specifies an error status variable.
{       The text of the status variable is the second message displayed.
{
{ STATUS: (output) This parameter specifies the request status.  No return
{       is made to the caller when the request is completed normally and
{       deadstart is aborted.
{       CONDITIONS:
{             jme$must_be_system_job
{       IDENTIFIER: 'JM'
{
