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 will u find out 3rd week's 2nd day using occurs ?

3 Answers   L&T,


Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.

3 Answers  


Why occurs cannot be used in 01 level in COBOL?

0 Answers   Arigo Infotech,


In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


Explain fixed length record in cobol? with suitable example

1 Answers   IBM,






I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


How many sections are there in data division in COBOL?

0 Answers   B-Ways TecnoSoft,


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


what is the advantage of using redefines instead of delaring the variables ?

5 Answers   HCL,


What is an explicit scope terminator?

3 Answers  


Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.

3 Answers   iGate,


what is the minimum number of lines a Cobol program should have to successfully compile and run

11 Answers   ABC, Societe Generale,


Categories