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 |
Is it possible to declare a GDA for an external subroutine?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
control variable in online screens
Explain how many work file we can code in jcl?
Explain why do we use file-aid for seqential files?
How do you pass GDA into a sub program with out PDA?
How to find occurrence of mu and pe fields in a file?
why do we use file-aid for seqential files?
how to move cursor to a particular field when position is not known?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
Explain control variable in online screens?
syntax for all WRITE COMMAND in natural language