How do you come out of an EVALUATE statement?
Answers were Sorted based on User's Feedback
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 |
Answer / purushothaman.m
at the end of the statement use END-EVALUATE(scope
terminator) before StopRun.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aji cherian
As soon as a condition is met, it will come out
automatically.
| Is This Answer Correct ? | 2 Yes | 1 No |
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
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
Write a program to explain size error.
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
What is the local-storage section?
how to resolve the file status 47.......
How do we get current date from system with century?
Write a cobol program making use of the redefine clause.
How do you define a table/array in COBOL?
When can the USING phrase be included in the call statement ?
Whtz the specialty of 77 level number ?
Write a program to enter and display the names of students in a class using the occurs clause.