Looks like that is it Gil, Exclusive enque causes it. Chalk it up to another misleading IBM message.
Paul Gilmartin <[email protected]> Sent by: IBM Mainframe Discussion List <[email protected]> 09/01/2009 03:14 PM Please respond to IBM Mainframe Discussion List <[email protected]> Expire Date: 09/01/2011 To [email protected] cc Subject Re: Amusing little IBM FTP oddity... cannot find member On Tue, 1 Sep 2009 13:58:42 -0700, John Mattson wrote: >Using z/OS 1.08 >1) Split an ISPF Screen. >2) Go into the same PDS (not pdse) using option 3.4 in BOTH screens >3) In one do a "Z" line command to compress the PDS >4) In the other edit to create a new member, put some lines in it and save >it. >5) Then try to FTP the new member to your PC. You will find, that FTP >cannot find that member. Swears it does not exist. >6) If you then get out of the PDS and back in, then FTP finds it. > Not exactly a common scenario, but "THIS COULD HAPPEN TO YOU!!!" > >ftp> get 'AFITJLM.SDSF(BLARK)' BLARK.TXT >200 Port request OK. >550 Request nonexistent member AFITJLM.SDSF(BLARK) to be sent. > I'd expect that to fail only in the reverse order: Edit first, then compress. What I imagine is: o Edit does ENQ SHR on the DSN. o "Z" upgrates the ENQ to EXC. o FTP fails to obtain the ENQ SHR. Can you reproduce the behavior with simply ALLOCATE OLD? Must it be the new member, or any old member? Does FTP ENQ SHR at the point you "cd 'AFITJLM.SDSF'"? etc. I've seen similar behaviors with other utilities (NFS?). I'm accustomed to getting "permission denied", which is notionally more appropriate than "not found". -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

