{}
{     The purpose of this request is to allow a job to maintain a
{ status message which reflects the current activity of the job.
{ This message is displayed on the operator's job display in order
{ to allow the operator to determine what a job is currently doing.
{ This message is also available to a NOS/VE interactive user through
{ the interactive job status request.
{
{       OFP$DISPLAY_STATUS_MESSAGE (DISPLAY_MESSAGE, STATUS)
{
{ DISPLAY_MESSAGE: (input) This parameter specifies the text
{       which will be displayed.  The maximum length of the message is
{       ofc$max_display_message characters.  If the message is longer
{       than ofc$max_display_message characters, a truncated message is
{       displayed and an ofe$message_too_long status condition is returned.
{
{ STATUS: (output) This parameter specifies the request status.
{
{      CONDITION: ofe$message_too_long
{
{      IDENTIFIER: ofc$operator_facility_id
{
