Restriction: This topic applies only when a Database Connectors license has been installed via the
Micro Focus License Management System, and applies to Windows platforms only.
simplifies the process of working with relational databases. It lets you use the traditional COBOL
OPEN OUTPUT verb to create a new database table.
You can use a sample COBOL program that comes with
to create a new database table in which to store your COBOL information. To do this, perform the following:
- Add COBOL directives to allow your application to work with
.
- Set up configuration variables and files to direct the operations of
.
- Run the sample program to create a new database table.
- Check the resulting database table for columns and indexes.