{
{     The purpose of this request is to determine whether a file reference in
{ a command is an implicit reference to a remote permanent file or catalog.
{ This request is made by certain SCL command processors that allow implicit
{ remote file access.
{     The path name is obtained and the family name is checked to determine
{ whether it is the name of an active family on the local NOS/VE system.
{ If not, the family is assumed to be remote.
{
{       NFP$CHECK_REMOTE_ACCESS (FILE, REMOTE_ACCESS, REMOTE_PATH,
{             REMOTE_FAMILY, STATUS)
{
{ FILE: (input)  This parameter specifies the file or catalog which is to be
{ checked for being located on a remote family.
{
{ REMOTE_ACCESS: (output)  This parameter is a boolean value which is set to
{       indicate whether the specified file or catalog is remote.
{
{ REMOTE_PATH: (output)  This parameter specifies the path name of the file or
{       catalog if it is found to be remote.  This parameter is not set if the
{       file or catalog reference is local.
{
{ REMOTE_FAMILY: (output)  This parameter specifies the name of the family in
{       which the remote file or catalog resides.  This parameter is not set
{       if the file or catalog reference is local.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS: none.
{
