What happens when you issue a ESCAPE ROUTINE in a program ?
Will there be any compilation /Run time error.
Answers were Sorted based on User's Feedback
Answer / joya
Escape routine can be used with a program as well. It will
not give a compilation neither a Run time error.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / 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 |
Can you explain control variable in online screens?
What is the difference between read(1) and read work file once?
what is the difference between read and find ?
control variable in online screens
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?
syntax for all WRITE COMMAND in natural language
how to move cursor to a particular field when position is not known?
How to find occurrence of mu and pe fields in a file?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
What is data trace system 2.0 used for?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain why do we use file-aid for seqential files?