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 |
How to find occurrence of mu and pe fields in a file?
what type of files we use in file-aid
How can we see the copy book length using file-aid?
how we can find occurence of MU and PE fileds in a file?
What is cobol coding sheet?
Types Of Read , FIND
Suppose 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?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
what r the quality process in development
If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?
What is STACK in Natural? How we can use it in Program? Give me Eg.?
differnce between read work file 1 and read work file once? why we are using work file once?