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 we see the copy book length using file-aid?
How to receive data passed through jcl parm parameter in a natural program?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Define cobol coding sheet?
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?
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?
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 difference between READ BY ISN and FIND
What exactly is a hyperdescriptor? How does it work?
difference between fetch , call and callnat
What is the difference between External subroutine and subprogram?
Explain the data storage?