FYI - For Universe users out there, you can use the "READV...0" (zero) trick:

OPENPATH "/some/remote/directory" TO FILE ELSE ABORT
READV SCRAP FROM FILE, "large-binary-filename", 0 THEN
   IS.CREATED = @TRUE
END ELSE
   IS.CREATED = @FALSE
END

(Don't know if it works on Unidata)

rex

On Tue, Jun 28, 2011 at 12:54 PM, Kebbon Irwin
<[email protected]> wrote:
> UD 7.1
> RHEL Nahant 4
> I am looking for an elegant way to verify a [large binary] file in a remote 
> directory has been created.
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to