Answer Posted / suresh babu
You can use the EVALUATE statement instead of a series of
nested IF statements to test several conditions and specify
a different action for each. Thus we can use the EVALUATE
statement to implement a case structure or decision table.
We can also use the it to cause multiple conditions to lead
to the same processing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
What are the different rules of SORT operation?
Which mode is used to operate the sequential file?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is Pic 9v99 Indicates in COBOL?
Whats the difference between search & search ALL?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how do you reference the fixed unblock file formats from cobol programs
What is the use of intialize verb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Why would you use find and get rather than to obtain?
What are the cobol coding sheets?