In an EVALUTE statement is the order of the WHEN clauses
significant?
Answer Posted / sravanthi
If 10 conditions coaded in 10 different when clause in an evaluate
If one when conditions is satisfied then it will not check the next conditions it will directly come out of evaluate loop
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to explain size error.
how can i see junk values in dclgen or in hostvariable of comp ?
Write the code to count the sum of n natural numbers.
What is the difference between comp and comp-3?
What is the usage of comp fields in cobol?
What is the difference between external and global variables in COBOL?
how do you reference the fixed unblock file formats from cobol programs
) How do u handle errors in BMS macro?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Explain how to differentiate call by context by comparing it to other calls?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to remove 2 duplicate records and copy only one using job control language?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is the use of outrecord?
how do you reference the printer file formats from cobol programs