Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

why do u need inspect verb?

3 Answers   Patni,


What is a scope terminator? Give examples.

2 Answers  


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


What are the pertinent COBOL

0 Answers   IBM,


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,


what is search and searchall?what is the diffrence between them?give an best example?

3 Answers   BirlaSoft,


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

0 Answers   IBM,


what is record label is empty or standard in file description of data division?

2 Answers   HCL,


What is the difference between SEARCH and SEARCH ALL? What is more efficient?

9 Answers   IBM, iFlex, Wipro,


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?

12 Answers  


Categories