
  PROCEDURE [XREF] clp$convert_string_to_file
    (    str: string ( * );
*IF NOT $true(osv$unix)
     VAR file: clt$file;
*ELSE
     VAR file: fst$path;
*IFEND
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc cle$ecc_file_reference
*copyc cle$ecc_lexical
*IF NOT $true(osv$unix)
*copyc clt$file
*ELSE
*copyc fst$path
*IFEND
*copyc ost$status
?? POP ??
