In an EVALUTE statement is the order of the WHEN clauses
significant?
Answer Posted / keshireddy
Maha is correct.. In addition as it is top to bottom, more
number of times satisfied condition keep first.. this is
just for performance.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
In which area will you utilize 88 level items in cobol?
What is the difference between Global and External Variables?
What is comp-1 and comp-2?
What is the difference between comp and comp-3 usage?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Give some examples of command terminators?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the rrds file formats from cobol programs
Name the sections present in data division.
How can you get the ksds file records into your cobol program?
how do you define single dimensional array and multidimensional array in your cobol?