Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Transferring data to IBM Z/OS mainframe for an MVS type data set

WinSCP does not work well with servers that do not follow common *nix path syntax.
See also https://winscp.net/eng/docs/faq_mainframe
Vince217

Transferring data to IBM Z/OS mainframe for an MVS type data set

When transferring data to a Z/OS data set in Z/OS DSN format, how do you code in WinSCP the data set name (such as SYS2.USER.DATA) without WinSCP adding preceding forward slash character or logon ID information. IS it a simple matter of using single quotes around the name 'SYS2.USER.DATA' I tried that but it didnt work. There must be something else.