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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are various search techniques in cobol? Explain.

650


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2661


What are the cobol coding sheets?

667


What are the different rules of SORT operation?

702


What is the difference between Global and External Variables?

666






How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2104


How do u write test cases?

1642


What is difference between static and dynamic call in cobol?

781


What is the Purpose of POINTER Phrase in STRING command in COBOL?

723


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

859


Name the sections present in data division.

702


how to move the records from file to array table. give with code example

2223


What the difference is between continue and next sentence?

665


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1121


what happens if parmparameter passes zero bytes to the program

1669