ContentsIndexPreviousNext

5.1 Illegal COBOL Data

This chapter lists which COBOL data items are considered invalid, and explains what happens to them when they are stored in the database.

We also explain which database items are considered invalid, and explain how these are translated to COBOL.

COBOL data (except key data) that is illegal by database standards is stored in the database as null unless you specifically override this default. (Use the configuration variable 4GL_ILLEGAL_DATA to override.)

The following COBOL data usages are considered illegal by the database:

More:

5.1.1 Invalid Key Data

5.1.2 Invalid Data Other Than Keys