| |
GeekInterview.com > Interview Questions > Mainframe > COBOL
| Print | |
Question: What COBOL construct is the COBOL II EVALUATE meant to replace?
Answer: EVALUATE can be used in place of the nested IF THEN ELSE statements. |
| September 09, 2006 08:05:49 |
#1 |
| Previndra Sharma |
Member Since: Visitor Total Comments: N/A |
RE: What COBOL construct is the COBOL II EVALUATE mean... |
Hi, In fact, Evaluate constructs case structure. we can also replace it by using nested if. It is simple in use with less complexity |
| |
Back To Question | |