CompuServe Messages

SAS/C 6.0

    25-Oct-92 09:01:37
Sb: #29163-SAS/C 6.0
Fm: Doug Walker 71165,2274
To: Oxxi Tech Support 76711,457
SAS/C does open a quad file, but it only uses it if it runs out of memory while compiling. Most of the time, it should remain empty. Since it only uses it when you run out of RAM, putting the quad file in RAM: would be less than effective 8^) RE: your CXWRN message, this is very strange; I haven't heard of any similar problems. Is the directory you're in writable? I.E. would an Open() of the file in that directory succeed? It's possible that an open failure might cause that problem. If that's not it, make sure the disk is not full. AHA! I just recreated your CXWRN message by attempting to compile on a 100% full floppy. I first got a "Disk full" requester, then hit RETRY without freeing up any space and got the funny message. Looks like a case that calls for a better message. Thanks for the report. –Doug