PS datasets as directory-like and therefore not gettable.

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
pralayajeevan5
Posts: 1
Joined: Wed Jul 17, 2024 7:01 am

PS datasets as directory-like and therefore not gettable.

Post by pralayajeevan5 »

Hi,
The problem we’re seeing is that making an SFTP connection to the mainframe is showing PS datasets as directory-like and therefore not gettable. I say directory-like because the file attribute is showing as a file (ls -anl) but it is behaving like a special file or directory (cd and pwd put it on the path). Attempting to ‘get’ the file fails.

Another account login can follow the exact same SFTP commands and will show the dataset as a file with no directory-like qualities.
giltjr
Posts: 27
Joined: Wed Jul 07, 2010 9:06 pm

Re: PS datasets as directory-like and therefore not gettable.

Post by giltjr »

Can you post what you are doing and what the results are?
Are you using any of the user exits?
Post Reply