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



What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time..

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

What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time..

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

Post New Answer

More Natural Interview Questions

what type of files we can process thru file-aid

1 Answers   Tech Mahindra,


Explain how are you going to remove duplicates from the file that is being read?

0 Answers  


How do you pass GDA into a sub program with out PDA?

2 Answers   IBM,


How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.

4 Answers  


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?

0 Answers  


What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.

2 Answers   Shaam,


What is the difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


how to ftp the natural program to desktop? (from mainframe to pc), is it possible?

2 Answers  


What is Natural?

4 Answers   TCS,


What is the difference between READ BY ISN and FIND

2 Answers  


Explain difference between escape(top or bottom) and escape immediate(top or bottom?

0 Answers  


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 ?

6 Answers   IBM, TCS,


Categories