Do you have something external waiting on this record to appear? If so, you might consider writing out the record out under a temporary name and then renaming it to a name that your watcher is looking for. We do this all the time with drop file interfaces; write the record with a .tmp extension and then change it to an .out extension (via !ren) once the record has been completely written. Your watcher would then only pick up the files with an .out extension.
Possible? -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor Sent: Monday, October 31, 2005 12:53 PM To: [email protected] Subject: [U2] Status of a WRITE to a Type 1 File We're using Universe 10.0.10.0 on Win 2000 Server. I need to determine when a Basic WRITE Statement of a record to a Type 1 file has completed so I can execute a subsequent action on the record written, but not before all the data in the record has been written. These can be large records requiring various numbers of seconds to write so I'm uncomfortable using a defined-length SLEEP command. TIA, Dave Dave Taylor President Sysmark Information Systems, Inc. 49 Aspen Way Rolling Hills Estates, CA 90274 800-SYSMARK (800-797-6275) (O) 310-544-1974 (P) 800-339-1497 (F) 310-377-3550 Your Source for Integrated EDI Translation and DataSync Integration www.sysmarkinfo.com ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.6/151 - Release Date: 10/28/2005 ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
