cobol2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CALLFH (↑ Object Code)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    CALLFH
 
  Function:     Makes the compiler generate direct calls for all file
                input-output operations, using the Callable File
                Handler interface.
 
  Syntax:
 
     ─┬───┬─┬───────CALLFH──"handler-name"─┬──
        └─/─┘ └┬────┬─CALLFH─────────────────┘
               └─NO─┘
 
  Parameters:   handler-name         Root-name of a program to be
                                     called to act as the file handler.
                                     This can be:
 
                                     EXTFH   - the file handler supplied
                                               with this COBOL system
 
                                     FHREDIR - for use with Fileshare
                                               Version 2
 
                                     XFH2BTR - for use with the EXTFH to
                                               Btrieve call conversion
                                               module
 
                                     Your own file handler
 
  Default:      NOCALLFH
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-