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



Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And..

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

Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And..

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

Post New Answer

More Natural Interview Questions

Explain why do we use file-aid for seqential files?

0 Answers  


How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

0 Answers  


Explain the data storage?

0 Answers  


What is the difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


What is the difference between External subroutine and subprogram?

3 Answers  






why do we use file-aid for seqential files?

1 Answers   Tech Mahindra,


A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?

9 Answers  


The natural file converted to PDF file if Yes then explain ?

0 Answers  


what type of files we can process thru file-aid

1 Answers   Tech Mahindra,


How to receive data passed through jcl parm parameter in a natural program?

0 Answers  


Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.

1 Answers  


What is the quality process in development?

0 Answers  


Categories