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 |
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
what is the difference between read and find ?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is the difference between read(1) and read work file once?
Explain the like inverted list?
What is the difference between READ BY ISN and FIND
Can we see the copy book length using file-aid?
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?
difference between escape(top or bottom) and escape immediate(top or bottom?
What is a hyperdescriptor?