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 |
what type of files we can process thru file-aid
Explain how are you going to remove duplicates from the file that is being read?
How do you pass GDA into a sub program with out PDA?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
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 error.
What is the difference between read work file 1 and read work file once? Why we are using work file once?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
What is Natural?
What is the difference between READ BY ISN and FIND
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
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 ?