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 converted the natural coding for adabas
Explain how to find occurrence of mu and pe fields in a file?
What is the difference between READ BY ISN and FIND
How to find occurrence of mu and pe fields in a file?
why do we use file-aid for seqential files?
How to create 1 ddm that fetches 3 adabas files simultaneously?
How are you going to remove duplicates from the file that is being read?
can i see the copy book length using file-aid ?
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
Explain difference between read(1) and read work file once?
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 is it possible to code goto statement in natural? If yes please provide the syntax of the same?