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


How do you come out of an EVALUATE statement?

Answers were Sorted based on User's Feedback



How do you come out of an EVALUATE statement?..

Answer / prakash shrivastava

AFTER THE EXECUTION OF ONE OF WHEN CLAUSE ,THE CONTROL IS
AUTOMATICALLY PASS TO THE NEXT SENTENCE AFTER THE EVALUTE
STATEMENT.THERE IS NO NEED ANY EXTRA CODE FOR EVALUATE
STATEMENT.

Is This Answer Correct ?    4 Yes 0 No

How do you come out of an EVALUATE statement?..

Answer / purushothaman.m

at the end of the statement use END-EVALUATE(scope
terminator) before StopRun.

Is This Answer Correct ?    2 Yes 0 No

How do you come out of an EVALUATE statement?..

Answer / aji cherian

As soon as a condition is met, it will come out
automatically.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More COBOL Interview Questions

What are ISOLATION LEVELS? Where do we need to specify them?

3 Answers   EXL,


whats the difference between search and search all?

4 Answers   Patni,


If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)

5 Answers   IBM,


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

0 Answers  


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


what is meaning by design document? who can repared for this?

5 Answers   TCS,


Explain Restart Logic in Cobol?

1 Answers   L&T, Syntel,


What is Comm?

2 Answers   IBM, Kemper Corporation,


Write a program to enter and display the names of students in a class using the occurs clause.

0 Answers  


what are the diferences b/w sub-script and index?

4 Answers  


01 a pic s9(5) value '-12345' how it will be stored

7 Answers   ACS,


Categories