The following are automatically handled by the Acu4GL interface:
* Acu4GL automatically converts upper case field names to lower case (or vice versa) when necessary, so you needn't concern yourself with case differences.
* Acu4GL automatically performs the data conversions needed to match the internal storage formats used by the database.
* If the database files don't already exist, they will be created for you automatically when you execute an OPEN OUTPUT verb. If this is your situation, you'll have no concerns about matching COBOL fields to database fields. The fields will match perfectly, because the database fields will be based on your COBOL code.