Want to drop EOF from an existing file?
Try this:

SET EOF ON -- APPEND may not work right if EOF is OFF
OUT filespec APPEND
SET EOF OFF
OUT SCREEN
SET EOF ON

One of those "not so obvious until you see it" tricks.

Dennis McGrath


Reply via email to