Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: Explain the concept of the ACCEPT statement.
Answer: The ACCEPT statement in COBOL is used for interactive input. It allows the program to receive data directly from the user during runtime.

Example:

ACCEPT EMPLOYEE-NAME.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook