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
Explain why do we use file-aid for seqential files?
Explain how to find occurrence of mu and pe fields in a file?
What is a hyperdescriptor? How does it work?
Can you explain control variable in online screens?
Explain the difference between external subroutine and subprogram?
Explain difference between read(1) and read work file once?
Tell me what type of files we can process thru file-aid?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain control variable in online screens?
What is the difference between read(1) and read work file once?
How to receive data passed through jcl parm parameter in a natural program?
Explain how are you going to remove duplicates from the file that is being read?
Explain how many work file we can code in jcl?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?