


Use the configuration variable DEFAULT-HOST to establish Informix as your file system:
DEFAULT-HOST informix
Next, select the particular Informix database to be accessed by your COBOL application. Identify this database to the runtime system via the configuration variable DATABASE:
DATABASE database-name
The database you choose might be one that has been in use at the site for some time, and already contains data, or it might be a new, blank database that has just been created and named.