"Josef Berger" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > If someone uses a member exclusively in edit mode and someone needs > access on it with ftp, ftp ends with following message: > EZA2563W Data set xy used exclusively by someone else > Is there a possible option in ftp to get acces on a exclusively > used member ?. > One cirumvention I've found is to allocate the member in the job > with DISP=SHR and use put with dd allocation. Following a sample of > this: > //IZFTP JOB (990000,IZ),'FTPGLIB',CLASS=X,MSGCLASS=T,NOTIFY=&SYSUID > //FTP#T1 EXEC PROC=FTPPROC,TCPSYS=T1 > //INPUT DD * > FTPT1 > $$USER$$ > $$PASS$$ > TYPE E > MODE B > CD 'T.JCL.PDSE.OUT' > PUT //DD:INP001 LOCKOUT > CLOSE > QUIT > /* > //FTPS01.INP001 DD DSN=T.JCL.PDSE(LOCK),DISP=SHR > > It works, but it isn't customer friendly. Does anyone know a better solution > ? > >
You do realize that you are asking how to bypass data integrity mechanismes? In other words, you might be able to read the member, but it could be in half-updated/corrupted status. Kees. ********************************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ********************************************************************** ---------------------------------------------------------------------- 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

