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 |
What are ISOLATION LEVELS? Where do we need to specify them?
whats the difference between search and search all?
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?
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)
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
S9(5)V9(2) occupies how many bytes memory ?
what is meaning by design document? who can repared for this?
Explain Restart Logic in Cobol?
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.
what are the diferences b/w sub-script and index?
01 a pic s9(5) value '-12345' how it will be stored