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
Tell me what type of files we can process thru file-aid?
Explain control variable in online screens?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
Explain the difference between external subroutine and subprogram?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain the like inverted list?
What is cobol coding sheet?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
The natural file converted to PDF file if Yes then explain ?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain how are you going to remove duplicates from the file that is being read?
Explain difference between read(1) and read work file once?
What is a hyperdescriptor? How does it work?