Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site hp-pcd.UUCP Path: utzoo!linus!allegra!eagle!harpo!seismo!hao!hplabs!hp-pcd!orstcs!rand From: rand@orstcs.UUCP Newsgroups: net.lang.pascal Subject: Re: write past end of file?? - (nf) Message-ID: <1092@hp-pcd.UUCP> Date: Fri, 3-Jun-83 03:26:19 EDT Article-I.D.: hp-pcd.1092 Posted: Fri Jun 3 03:26:19 1983 Date-Received: Mon, 6-Jun-83 16:40:51 EDT Sender: netnews@hp-pcd.UUCP Organization: Hewlett-Packard, Corvallis OR Lines: 15 #R:minn-ua:-32900:orstcs:7400001:000:513 orstcs!rand Jun 2 06:50:00 1983 You don't give enough info to properly answer your question!! Remember, bug reports need: machine, op sys, version, etc. It looks like your're running RT-11 (from the file name DK:MAP) in which case the error message means what it says, you ran out of file space for that file and wrote past the `end'. RT-11 uses a contiguous file space allocation mechanism, and the maximum size of write files is determined upon open (.ENTER). If you are not running that on RT-11, I don't know what it means. rand@orstcs