{
{   The purpose of this procedure is to evaluate a file reference and to return
{ a string representation of the file reference that includes a cycle number,
{ if applicable.  If the file expression omits the cycle reference or the cycle
{ reference is specified generically ($HIGH, $LOW, or $NEXT), the cycle number
{ is determined (resolved) by referencing the file's cycle list in the catalog
{ entry.
{
{       FSP$RESOLVE_FILE_REFERENCE (FILE_REFERENCE, RESOLVED_FILE_REFERENCE,
{         RESOLVED_FILE_REFERENCE_SIZE, STATUS)
{
{ FILE_REFERENCE: (input)  This parameter specifies the file expression to be
{       evaluated and resolved.
{
{ RESOLVED_FILE_REFERENCE: (output)  This parameter specifies the evaluated and
{       resolved file reference.
{
{ RESOLVED_FILE_REFERENCE_SIZE: (output)  This parameter specifies the number
{       of non blank characters in the resolved file reference.
{
{ STATUS: (output) This parameter specifies the request status.
