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 |
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
What is the quality process in development?
Explain why do we use file-aid for seqential files?
What is the difference between read(1) and read work file once?
Explain how to move cursor to a particular field when position is not known?
ADABAS basic concepts. Like inverted list, address converter ,data storage
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain the data storage?
Explain difference between read(1) and read work file once?
Can you explain control variable in online screens?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?