{
{    The purpose of this request is to reverse some of the encryption used by
{ osp$compress_file_reference, but it may not reverse all of it.  The product
{ of osp$expand_file_reference can never be used for anything other than
{ displaying a representation of the file_reference.  The call to
{ osp$expand_file_reference must be executed within the same job as
{ osp$compress_file_reference was executed to ensure correctness.  The
{ encryption algorithm used by osp$compress_file_reference may change and
{ therefore can not be relied upon.
{
{       OSP$EXPAND_FILE_REFERENCE (FILE_REFERENCE, EXPANDED_FILE_REFERENCE,
{             EXPANDED_FILE_REFERENCE_SIZE, STATUS)
{
{ FILE_REFERENCE: (input)  This parameter specifies the file_reference that is
{       to be expanded.  .
{
{ EXPANDED_FILE_REFERENCE:  (input/output) This parameter specifies the string
{       into which the expanded representation is to be placed.  If the size of
{       the specified string is not large enough to contain the
{       expanded_file_reference, then the reversing of the encryption will not
{       take place.
{
{ EXPANDED_FILE_REFERENCE_SIZE: (output)  This parameter specifies the actual
{       size of the expanded representation.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:  none.
{
