What is the use of EVALUATE statement?
Answers were Sorted based on User's Feedback
Answer / ravikumar
Evaluate statement is used to avoid nested if statments in
the program.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / hariharan mahadeek
Evaluate Statement used for case structure - When working
multiple options this statement will be handy. Instead of
using multiple IF statement.
Hariharan Mahadeek -
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / edukulla
By useing of evaluate state ,we can reduce the syntax error
and reduce programing lenth,naturally error can redued
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
i want a program using by if, evaluate , string, unstring, perform, occurs?
How may divisions are there in JCL-COBOL?
In the JCL, how do you define the files referred to in a subroutine ?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What is the difference between write & move in COBOL?
What is length is cobol?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
is it possible to declare index in cobol program? if it is not why its tell me pls
how to run sub programs using static and dynamic call ...
How can you declare the file ?
S9(5)V9(2) occupies how many bytes memory ?