deepz1 k
deepz1 k

Reputation: 5

file transfer Extra attachmate appends username to host file name

Hi when I try to download a file from mainframe, using attachmate extra it appends the username also along with it. I dont know where to turn it off.

like for example - file name is yyyy.file.name, then when i try to transfer of file it transfers username.yyyy.file.name.

in 3.4 the option to append user name is turned off. Still its happening

Upvotes: 0

Views: 718

Answers (1)

Tim Hare
Tim Hare

Reputation: 16

Enclose the entire dataset name (including the high-level qualifier) in single quotes. This is a TSO (not JCL) convention - if you refer to a dataset without single quotes, it pre-pends your user ID as the high-level qualifier; however if you place single quotes around the dataset name it will take it 'as is' (well, it will uppercase it, since all z/OS dataset names are uppercase, but otherwise it will be 'as is').

Upvotes: 0

Related Questions