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

COMP?

2 Answers  


How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 Answers   CGI, TCS,


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

3 Answers  


How many divisions we have in Cobol ?

4 Answers   Wipro,


What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  






How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.

2 Answers   IBM,


what is call by value and call by reference ?

3 Answers   Infosys, ITC Indian Tobacco Company,


WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN

3 Answers   Infosys,


What is the difference between comp and comp-3 usage?

0 Answers  


which generation language is cobol

4 Answers   Kanbay,


what are the working storage fields in BMS macro?

2 Answers   IBM,


I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?

15 Answers   ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,


Categories