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

) How do u handle errors in BMS macro

0 Answers   IBM,


Write some characteristics of cobol as means of business language.

0 Answers  


which is better comp or comp-3 in terms of memory utilization?

6 Answers  


What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

2 Answers  


Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you

1 Answers   BPL,






01 a pic s9(5) occupies how many bytes ?

9 Answers   Wipro,


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

0 Answers   IBM,


Can we use redefine clause in occurs clause?

10 Answers  


what is the use of keep and pass in disp

1 Answers  


How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


What is static and dynamic call in cobol?

0 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


Categories