adspace


What are different data types in cobol?

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


Please Help Members By Posting Answers For Below Questions

Are you comfortable in cobol or jcl?

1114


i need a small 3d program using inline and outline.

2309