{}
{   The purpose of this procedure is to get the last status message issued
{ by a specific job.
{}
{       OFP$GET_DISPLAY_STATUS_MESSAGE(JOB_SEQ_NUMBER,
{         DISPLAY_MESSAGE,STATUS)
{}
{ JOB_SEQ_NUMBER: (input) This parameter specifies the job sequence number
{       of the job for which the user wants the last issued status message.
{}
{ DISPLAY_MESSAGE: (output) This parameter will contain the value of
{       last issued display message for the job specified in job sequence
{       number provided the job is still in the system.
{}
{ STATUS: (output) This parameter returns a normal status if the
{       requesting job sequence number is still in the system. The value
{       will be abnormal if there are any errors while processing.
{}
