|
Needed Object Files
fats.obj The FATS module for DOS
Linking a Fortran Program with FATS
To execute a compiled Fortran program that calls FATS, you must link the interface FATS.OBJ with your compiled Fortran object file.
Calling FATS
FATS commands are executed with the function FBSFOR:
RECNO = FBSFOR(CMND, ERRORCODE, KEYADR)
Parameter Usage:
CMND Command string (input) ERRORCODE Errorcode (output) RECNO Record Number KEYADR The memory address (in FATS segment) where the key can be found
For more information, see pages 4-77, 9-77 and 9-77.