In z/OS®, a programmer can arrange to transparently map into a UNIX file system file process storage.
The use of memory mapping can reduce the number of disk accesses required when randomly accessing a file.
The related mmap(), mprotect(), msync(), and munmap() functions that provide memory mapping are part of the X/OPEN CAE Specification.