Multiple choice technology mainframe

What are the different data types available in COBOL?

  1. Numeric

  2. Alphabetic

  3. Alpha-numeric

  4. Numeric Edited

  5. 01-03

  6. ALL

Reveal answer Fill a bubble to check yourself
F Correct answer
Explanation

COBOL supports various data categories including numeric, alphabetic, alphanumeric, and numeric-edited fields, which are defined using different PICTURE clause symbols. Since all these options represent valid data types in COBOL, the correct selection is 'ALL'.