PDA

View Full Version : How to specify that only certain data sets are seen


claude
14-Nov-2008, 11:40 AM
I would like to see only certain folders on MVS so that I can FTP files from them.

For example if I use

ftp/user@sitename/'a'

I see all the data sets associated with "a". What I would like to do is only see a subset of the data sets. For example al the data sets that strart with an "h". I tried

ftp/user@sitename/'a/h'

and

ftp/user@sitename/'a/h*'

Neither of which worked. Can it be done and if so what is the correct syntax?

Craig
17-Nov-2008, 02:27 PM
Hi Claude,

Try ftp: //user@site/'a.h'