What happens when you issue a ESCAPE ROUTINE in a program ?
Will there be any compilation /Run time error.
Answer Posted / jaishree
Escape Routine is generally used to interupt the processing
of Subprogram or Subroutine to return Control back to the
next statement from where this subprogram or routine was
called.
This statement will return an error if not placed within a
subprogram, subroutine or processing loop.
| Is This Answer Correct ? | 4 Yes | 15 No |
Post New Answer View All Answers
Define cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain control variable in online screens?
The natural file converted to PDF file if Yes then explain ?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain why do we use file-aid for seqential files?
Explain the data storage?
How can we see the copy book length using file-aid?
Explain how to move cursor to a particular field when position is not known?
Explain the address converter?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is a hyperdescriptor? How does it work?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is the quality process in development?
Explain the difference between external subroutine and subprogram?