zopencommunity / libdio

A data I/O library
1 stars 0 forks source link

vim edit of a PDSE member while already ISPF browsing should work #6

Open MikeFultonDev opened 1 month ago

MikeFultonDev commented 1 month ago
          > @MikeFultonDev Being in ISPF BROWSE for a PDSE member @02858.T.CNTL.PDSE(BLUEPASS) and then trying…to edit

[SYSA] bash-5.2$ vim "//'@02858.T.CNTL.PDSE(BLUEPASS)'" EDC5028I A previous I/O error has marked the stream invalid for further I/O processing. (errno2=0xC0370005) Press ENTER or type command to continue

Are you expecting it to be editable?

I did some testing with ISPF and it looks like it is allowed for two different users. But in this use case, I am the same user (@02858), with a session in TSO/ISPF and the other session in SSH.

Is the reason for the EDC5028I message?

I have to dig into this. I would have expected this to work because we don't honour any ISPF ENQ's yet and I am opening the PDSE as SHR which should work.

Originally posted by @MikeFultonDev in https://github.com/ZOSOpenTools/libdio/issues/4#issuecomment-2361956221