In an EVALUATE statement, can I give a complex condition on
a when clause?
Answer Posted / vampire
yes u can
ex
evaluate condition
when identifier=conditon imperative statements
when identifier=condition imperative statemnts
when other imperative statements
end-evaluate
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the usage of comp fields in cobol?
What is the utilization of copybook in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
HOw can I get the negative sign while deduct high value from low value
How you can read the file from bottom?
What is the difference between Call and a Link?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is inspect in cobol ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the rrds file formats from cobol programs
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Why occurs cannot be used in 01 level in COBOL?