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
What is amode(24)?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What kind of error is trapped by on size error option?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Write the code implementing the perform … varying.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the Purpose of POINTER Phrase in STRING command in COBOL?
what is the use of outrecord?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is perform what is varying?
What are different data types in cobol?
What is the compute verb? How is it used?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do you differentiate between cobol and cobol-ii?