Answer Posted / chandrababu naidu
Both if and evaluate perform same thing. but by perform
multiple if conditions choose evaluate is best thing.
evaluate reduces multiple if's and decrease burden.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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)?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Write down the divisions of cobol program?
What are all the divisions of a COBOL program?
How do you differentiate between cobol and cobol-ii?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
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?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
For rewrite, why is it mandatory that file needs to be opened?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Can we change the password using ALTER? anyone tried and changed?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the different rules of SORT operation?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.