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...


What is the use of EVALUATE statement?

Answers were Sorted based on User's Feedback



What is the use of EVALUATE statement?..

Answer / ravikumar

Evaluate statement is used to avoid nested if statments in
the program.

Is This Answer Correct ?    6 Yes 0 No

What is the use of EVALUATE statement?..

Answer / hariharan mahadeek

Evaluate Statement used for case structure - When working
multiple options this statement will be handy. Instead of
using multiple IF statement.

Hariharan Mahadeek -

Is This Answer Correct ?    4 Yes 0 No

What is the use of EVALUATE statement?..

Answer / edukulla

By useing of evaluate state ,we can reduce the syntax error
and reduce programing lenth,naturally error can redued

Is This Answer Correct ?    2 Yes 0 No

What is the use of EVALUATE statement?..

Answer / suresh babu

You can use the EVALUATE statement instead of a series of
nested IF statements to test several conditions and specify
a different action for each. Thus we can use the EVALUATE
statement to implement a case structure or decision table.
We can also use the it to cause multiple conditions to lead
to the same processing.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?

2 Answers   T systems,


How can you submit a job from COBOL programs?

2 Answers   ITC Infotech,


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


When and how can we use index & subscript ?

2 Answers  


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER

7 Answers   Patni,


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

0 Answers   Amdocs,


Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.

2 Answers  


How is sign stored in a COMP field ?

3 Answers   Accenture,


01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??

1 Answers  


What are subroutines ? and how do we pass data to the sub routines?

2 Answers   Xansa,


can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


Categories