difference between escape(top or bottom) and escape
immediate(top or bottom?
Answer Posted / akansha
ESCAPE TOP indicates that processing is to continue at the
top of the processing loop. This starts the next repetition
of the processing loop.
ESCAPE BOTTOM indicates that processing is to continue with
the first statement following the processing loop. The loop
is terminated and loop-end processing (final BREAK and END
DATA) is executed for all loops being terminated.
Whereas if you specify the keyword IMMEDIATE, no loop-end
processing will be performed(i.e.,final BREAK and END DATA
is not executed for all loops being terminated).
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the address converter?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain difference between read(1) and read work file once?
What is a hyperdescriptor? How does it work?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
How are you going to remove duplicates from the file that is being read?
What is a hyperdescriptor?
Tell me can we update with histogram?
Explain the like inverted list?
What is the difference between read(1) and read work file once?
Explain the data storage?
Define cobol coding sheet?
Explain why do we use file-aid for seqential files?
Explain control variable in online screens?