{
{   This request produces the  string  representation  of  an  evaluated  file
{ reference.
{
*IF NOT $true(osv$unix)
{       CLP$CONVERT_FILE_REF_TO_STRING (EVALUATED_FILE_REFERENCE, STR, SIZE,
{         STATUS)
*ELSE
{       CLP$CONVERT_FILE_REF_TO_STRING (EVALUATED_FILE_REFERENCE,
{         INCLUDE_OPEN_POSITION, STR, SIZE, STATUS)
*IFEND
{
{ EVALUATED_FILE_REFERENCE:   (input)   This   parameter  specifies  the  file
{       reference to be converted.
{
*IF $true(osv$unix)
{
{ INCLUDE_OPEN_POSITION: (input)  This parameter specifies whether an open
{       position designator in the EVALUATED_FILE_REFERENCE should be
{       represented in the string.
{
*IFEND
{ STR: (output) This parameter specifies the resulting string.
{
{ SIZE: (output) This parameter specifies the  number  of  characters  in  the
{       resulting string excluding trailing space characters.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{
