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 ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a hyperdescriptor? How does it work?

634


Explain difference between read work file 1 and read work file once? Why we are using work file once?

561


Explain the address converter?

573


Explain the data storage?

557


What is the quality process in development?

571






What is cobol coding sheet?

728


Tell me can we update with histogram?

613


Define cobol coding sheet?

568


Explain control variable in online screens?

562


What is the difference between read(1) and read work file once?

573


Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?

598


Explain why do we use file-aid for seqential files?

584


How converted the natural coding for adabas

2691


Explain adabas basic concepts. Like inverted list, address converter ,data storage?

563


What is the difference between escape(top or bottom) and escape immediate(top or bottom?

557