Which is more efficient - the external subroutine or a
copycode coded in to a NATURAL program? And Why?
Answers were Sorted based on User's Feedback
Answer / wing
Copy code is compiled into the program whereas a subprogram
must be called and potentialy passed parrameter.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nitin
External subroutine is more efficient
1. It does not increase the size of object module of the
calling module
2. no need to compile all the calling modules after change
| Is This Answer Correct ? | 6 Yes | 14 No |
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain control variable in online screens?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is STACK in Natural? How we can use it in Program? Give me Eg.?
what type of files we use in file-aid
ADABAS basic concepts. Like inverted list, address converter ,data storage
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
What is the quality process in development?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How to find occurrence of mu and pe fields in a file?
what type of files we can process thru file-aid