Multiple choice technology mainframe

Which portion(columns) is called Identification area in cobol?

  1. 01-06

  2. 08-72

  3. 73-80

  4. 07-08

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

In COBOL, the Identification Area is located in columns 73-80. This area is used for program identification purposes and contains information like the program name, date written, and other comments. Columns 1-6 are for line numbers, 7 is for indicator, 8-72 is the source area, and 73-80 is specifically reserved for identification.