Re: efs MVS question

sandy@ibm550.sissa.it
Thu, 23 Jun 1994 23:15:41 +0200


>>>>> On Thu, 23 Jun 94 20:10:11 BST,
      russell@gssec.bt.co.uk (Russell Ritchie) said:

 > + Level of support for PDS's - can PDS's be browsed in dired ?
 >                              - retrieval of PDS members what is the syntax ?

 > + Can it access data sets other than the users 'home' data set ? If so
 >   what is the syntax. At the moment it seems to try a rename on data
 >   sets to see if they exist, if the user is not the owner they don't have
 >   the permissions to do a rename, an error message is generated which is
 >   interpreted to mean the file does not exist.

I wrote the MVS stuff, but I'm not an MVS user.  efs uses FTP as its
underlying utility, so it can in principal access anything that the
FTP server on the machine can access.  Currently, the MVS stuff has
only been tested with the FTP server on cu.nih.gov.  I believe that
this is a customized server though.  However, if your friend is
willing to test some code, I am willing to make it work for his
server.

The intention is that PDS's should be browsable with dired.  Probably
PDS's should be treated as a unix directory, with its members as
subfiles.  If files outside the home PDS are accessible with FTP, then
efs should be able to get them.


--sandy