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 is mean by maxcc
How do u know what version of cobol u are using?
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
what is the minimum number of lines a Cobol program should have to successfully compile and run
what is rediffine clause?in what situation it can use?give me real time example?
How many types of sorts are there in cobol?
Hai friends why we need to read a file before re-write a record?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
If I want to increase the Limit in GDG. What should I do?
how can we find total no of records in a file ....is there any utility......?
What divisions, sections and paragraphs are mandatory for a COBOL program?
What is comp-1 and comp-2?