{
{   The purpose of this request is to return information pertaining to
{ the device residence of the given permanent file or catalog.  This request returns
{ both the global_file_name, and the  file_media_descriptor
{ (fmd) associated with the permanent file.  If no fmd is associated with
{ the file an error status is returned.
{   This request is intended only for system debugging.  Only the owner
{ of the file or the system administrator may issue this request.
{
{       PFP$GET_STORED_FMD (PATH, CYCLE_SELECTOR, CATALOG, CATALOG_RECREATED,
{             GLOBAL_FILE_NAME, STORED_FMD, STATUS)
{
{ PATH: (input) This parameter specifies the identification of the
{       permanent file.
{
{ CYCLE_SELECTOR: (input) This parameter specifies the permanent file
{       cycle for which the information is to be obtained for.
{
{ CATALOG: (output) This parameter returns whether the item found is a catalog.
{
{ CATALOG_RECREATED: (output) This parameter returns whether the catalog was
{        recreated by restore_missing_catalog.
{
{ GLOBAL_FILE_NAME: (output) This parameter returns the global_file_name
{       associated with the permanent file.  This was originally assigned
{       on file creation.
{
{ STORED_FMD: (output) This parameter returns the  fmd.
{       The input sequence must be of the same size as the stored fmd,
{       or an error status is returned.
{
{ STATUS: (output) This parameter returns the request status.
