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 |
Explain difference between read work file 1 and read work file once? Why we are using work file once?
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 and find ?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is a hyperdescriptor?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]
what type of files we can process thru file-aid
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
Explain how to move cursor to a particular field when position is not known?
What is the difference between External subroutine and subprogram?
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?
What is the quality process in development?