Answer Posted / suresh babu
You can use the EVALUATE statement instead of a series of
nested IF statements to test several conditions and specify
a different action for each. Thus we can use the EVALUATE
statement to implement a case structure or decision table.
We can also use the it to cause multiple conditions to lead
to the same processing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write a program that uses move corresponding.
what is difference between cobol and cobol/400
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is length is cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Write a program to explain size error.
What is the difference between next sentence and continue in cobol programing language?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Difference between array and sub-script ?
What are 77 levels used for?