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 is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is the difference between read(1) and read work file once?
What is cobol coding sheet?
Tell me can we update with histogram?
How to find occurrence of mu and pe fields in a file?
Explain why do we use file-aid for seqential files?
Can we see the copy book length using file-aid?
Explain difference between read(1) and read work file once?
Explain the address converter?
How can we see the copy book length using file-aid?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How converted the natural coding for adabas
Explain how many work file we can code in jcl?