INF: Creating .GNT Files with Embedded SQL for COBOLID: Q72945
|
It is possible to create .GNT files for use with the Micro Focus resident run-time system that include Embedded SQL for COBOL code.
To modify the SQLDOS program example shipped with the Embedded SQL for
COBOL Developer's Kit for use under MS-DOS as a .GNT file, add the
following line directly after the PROCEDURE DIVISION header:
CALL "SQLINTF.EXE"
CALL "SQLINTF.DLL"
COBOL sqldos.cbl sql nosqlaccess nosqldb nosqlpass nosqlinit OMF(GNT);
Keywords : kbprg SSrvCobol SSrvProg
Version : 4.2 | 4.2
Platform : MS-DOS OS/2
Issue type :
Last Reviewed: March 11, 1999