next up previous contents
Next: Dynamic Storage Up: Eventual Previous: I/O

Pointers and Mapping

Mapping is a facility provided by VMS which gets around the problem of fitting variable length data into static arrays of fixed length as imposed by FORTRAN. Essentially the area of disk in which the data reside are added to virtual memory, the mapping routines returning the start address in an integer variable. Since FORTRAN has no facilities for dealing with such pointers their use can be hazardous! Mapping and pointers should only be used according to the following rules:



Web Master
Wed Oct 8 09:22:15 BST 1997