adspace
Answer Posted / Amajad Khan
"In COBOL, there are several built-in data types. They include:
1. Numeric Data Types: Decimal (PIC S9(3)V99)
2. Alphabetic Data Types: Identifier (ID), Alphabetics (A...Z, a...z), and National Characters (any characters except numbers 0-9)
3. Picture Clause Data Types: These are used to define the format of data. For example, ZEROS (PIC X(15)) will contain only zeros in all positions."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers