When issuing a put command to create a dataset, or get to a local dataset using
the cozsftp client, the resulting dataset name is determined as follows:
put myfile //HLQ.LEVEL get myfile //HLQ.LEVEL (using the cozsftp client)
In most cases, this is acceptable behavior. However, there are cases where the supplied
name should be treated as a dataset rather than a "directory" (as in Case 3 above). If this
is the required behavior, a different dataset prefix can be supplied: //!
or /-/!:
put myfile //!HLQ.LEVEL get myfile //!HLQ.LEVEL (using the cozsftp client)
|
Table C.2. Dataset Name determination
|
NOTE: If you intend to always use a fully qualified dataset name, it is preferable
to use the //! or /-/! syntax.