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 |
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
Tell me what type of files we can process thru file-aid?
ADABAS basic concepts. Like inverted list, address converter ,data storage
What is cobol coding sheet?
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
Explain the difference between external subroutine and subprogram?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
difference between fetch , call and callnat
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?