Cobol Question:

Download Job Interview Questions and Answers PDF

What is the use of EVALUATE statement?

Cobol Interview Question
Cobol Interview Question

Answer:

Evaluate is like a case statement and can be used to replace nested Ifs. The difference between EVALUATE and case is that no ‘break’ is required for EVALUATE i.e. control comes out of the EVALUATE as soon as one match is made.

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
How do you come out of an EVALUATE statement?How many sections are there in data division?