majamu@uta.fi (Jari Multisilta) (05/07/90)
I have used Language Systems Fortran for developing a numerical software and my system files have never got corrupted. Somebody wrote that he had that kind of problems. Instead, I have realized that the stack size must be adjusted when developing programs with LSF (for example using !!STACK compiler option). A week ago I wrote about reading MATLAB files with LSF 2.0. The problem was that I could not read MATLAB mat-files using the code what worked well with LSF 1.2.1. Well, there is a new option in OPEN statement called RECORDTYPE. It should be STREAM (by default it is something else). Using this option my code worked again. Jari Multisilta Tampere University, Finland