wht is the diff b/w if and evaluate stmts ?

Answers were Sorted based on User's Feedback



wht is the diff b/w if and evaluate stmts ?..

Answer / ankit

evaluate is used to reduce the complexity of IF ELSE
statements .both of two are condition handling statements

Is This Answer Correct ?    19 Yes 0 No

wht is the diff b/w if and evaluate stmts ?..

Answer / 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

More COBOL Interview Questions

How to Pass table from a cobol program to another cobol program and how to use that table in called program

8 Answers   Patni, SunGard,


How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?

1 Answers   CTS,


How much salary you are expecting? If they ask in an interview, what we have to tell?

6 Answers   Tech Mahindra, Wipro,


2)Where the Plan is located in CICS-DB2?

1 Answers   IBM,


what is level 66 means??

7 Answers  






what is sysncpoint?

1 Answers   IBM,


what is a zoned decimal data type and how it will be stored?

2 Answers   IBM,


Explain about Redefines cluse?

3 Answers   iGate,


input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.

1 Answers  


When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these

6 Answers   Wipro,


I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest

2 Answers   IBM,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


Categories