Format 4
This format describes Boolean data. Boolean data items are items that are limited to a value of 1 or 0.
Note: When
you use indicators in a COBOL program, you must describe them as Boolean data
items using the data description entry for Boolean data.
Data Description Entry - Format 4 - Boolean Data
Notes:
- 1 Cannot be used with the TYPEDEF clause.
- 2 Syntax-checked only
The special considerations for the clauses used with the Boolean data follow. All other rules for clauses are the same as those for other data.
