{
{   The purpose of this request is to append the path name for  a  file  as  a
{ status  parameter  to the text of a status record.  Some editing of the path
{ name may be done prior to appending it to the  status  record  in  order  to
{ obtain  the minimal sized representation of the path name, assuming that the
{ status will be interpreted within the current  job.   This  request  assumes
{ that   the   status   record   has   been   initialized   by   a   call   to
{ osp$set_status_abnormal.
{
{       OSP$APPEND_STATUS_FILE (DELIMITER, FILE, STATUS)
{
{ DELIMITER: (input) This parameter specifies the character that will  precede
{       the path name supplied by this request in the text field of the status
{       being formed.  Depending on its value, this character may cause one of
{       two  effects  when  the  status  is formatted into a message.  If this
{       character is the same as the first character in the text  field,  then
{       the  integer  will  be  treated  as  a separate status parameter.  If,
{       however, this character is different from the first character  in  the
{       text  field,  then this character and the path name will be treated as
{       part of the preceding  status  parameter  (this  feature  permits  the
{       creation of a single status parameter from separate pieces of data).
{
{ FILE: (input)  This parameter specifies the path name (file) to be appended.
{
{ STATUS: (input, output) This parameter specifies the status record to  which
{       the text is to be appended.
{
