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 happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is a hyperdescriptor?
What is STACK in Natural? How we can use it in Program? Give me Eg.?
difference between escape(top or bottom) and escape immediate(top or bottom?
ADABAS basic concepts. Like inverted list, address converter ,data storage
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain how to move cursor to a particular field when position is not known?
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?
control variable in online screens
Tell me what type of files we can process thru file-aid?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.