FASTPAM (Fast Primary Access Method) is a block-access method for NK4 disk files. It is comparable with UPAM in terms of functionality, but is far superior to it in terms of performance, especially with multiprocessor systems.
With FASTPAM, I/O operations can be directly performed in data spaces. I/O area pools are placed in data spaces for this purpose, but these I/O area pools can only be created in non-resident memory.
The FASTPAM access method uses a special OPEN.
The FASTPAM interface is an SVC interface. Jobs are formulated by means of a parameter list, and return messages for results are supplied via a return code in the parameter list (not via exits).
Macros for the FASTPAM access method
The FASTPAM access method uses the following two macros:
Macro | Function |
FPAMSRV | Management functions:
|
FPAMACC | Access functions (formulate file accesses):
|