I ran a test using "ftp 127.0.0.1" in TSO using the z/OS FTP linemode client.

It wasn't FTPS but it demonstrated how to switch back and forth between OMVS 
files and z/OS datasets,
which should be the same whether in FTP or FTPS.

The cd commands were entered in the order shown, which matters for the two "cd 
foo" commands.

datasets:

cd 'myid'
250 "MYID." is the working directory name prefix.
cd 'MYID'
250 "MYID." is the working directory name prefix.
cd foo
250 "MYID.FOO." is the working directory name prefix.

OMVS files:

cd /u/MYID
250 HFS directory /u/MYID is the working directory name prefix.
cd foo
250 HFS directory /u/MYID/foo is the working directory name prefix.

back to datasets:

cd 'myid.foo'
250 "MYID.FOO." is the working directory name prefix.

back to OMVS files:

cd /u/MYID/foo
250 HFS directory /u/MYID/foo is the working directory name prefix.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to