Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the purpose of the INITIALIZE verb?
Answer: The INITIALIZE verb is used to set the initial values for data items in COBOL. It initializes numeric items to zero and alphanumeric items to spaces.

Example:

01 COUNT PIC 9(3).
INITIALIZE COUNT.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook