In an EVALUTE statement is the order of the WHEN clauses
significant?
Answer Posted / mahathiaz
Absolutely. Evaluation of the WHEN clauses proceeds from
top to bottom and their sequence can determine results
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what are decleratives in cobol?
What are the pertinent COBOL commands?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Discuss about changing dataset name in proc.
What are the rules of the move verb?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
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
explain sorting techniques in cobol program?
i need a small 3d program using inline and outline.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How many sections are there in data division in COBOL?