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 |
difference between read(1) and read work file once ?
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?
Can we see the copy book length using file-aid?
How converted the natural coding for adabas
Explain control variable in online screens?
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 adabas basic concepts. Like inverted list, address converter ,data storage?
Explain why do we use file-aid for seqential files?
What exactly is a hyperdescriptor? How does it work?
why do we use file-aid for seqential files?
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
what is the difference between read and find ?