FATS - Fast Access Tree System
Table of Contents
Programming Interfaces
MS-Cobol for DOS

MS-Cobol for DOS


 
Needed Object Files

fats.objThe FATS module for DOS

 
Linking a Cobol Program with FATS

To execute a compiled Cobol program that calls FATS, you must link the interface FATS.OBJ with your compiled Cobol object file.

 
Calling FATS

FATS commands are executed with the function FBSCOB:

CALL 'FBSCOB' USING CMND, ERRORCODE, RECNO, KEYADR

Parameter Usage:

CMNDCommand string (input)
ERRORCODEErrorcode (output)
RECNORecord Number
KEYADRThe memory address (in FATS segment) where the key can be found

For more information, see pages  4-77, 9-77 and 9-77.


 

© 2008  GCS Software, Udo Gertz