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 the like inverted list?
How to receive data passed through jcl parm parameter in a natural program?
The natural file converted to PDF file if Yes then explain ?
Explain control variable in online screens?
Explain the difference between external subroutine and subprogram?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the address converter?
Explain how many work file we can code in jcl?
What is the quality process in development?
Can you explain control variable in online screens?
Explain how to move cursor to a particular field when position is not known?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain difference between read(1) and read work file once?
Define cobol coding sheet?