I would like to see only certain folders on MVS so that I can FTP files from them.
For example if I use
ftp/[email protected]/'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/[email protected]/'a/h'
and
ftp/[email protected]/'a/h*'
Neither of which worked. Can it be done and if so what is the correct syntax?
For example if I use
ftp/[email protected]/'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/[email protected]/'a/h'
and
ftp/[email protected]/'a/h*'
Neither of which worked. Can it be done and if so what is the correct syntax?
Comment