Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the purpose of the LEVEL number in COBOL?
Answer: The LEVEL number in COBOL is used to indicate the hierarchy and nesting level of data items. It determines the structure and organization of data in the Data Division.

Example:

01 EMPLOYEE-RECORD.
  05 EMPLOYEE-ID PIC 9(5).
  05 EMPLOYEE-NAME PIC X(20).
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook