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

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

0 Answers  


What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


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

0 Answers  


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 ?

6 Answers   IBM, TCS,


Can you explain control variable in online screens?

0 Answers  






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

0 Answers  


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

2 Answers   Hexaware,


What is data trace system 2.0 used for?

0 Answers  


ADABAS basic concepts. Like inverted list, address converter ,data storage

2 Answers   IBM,


Explain how to find occurrence of mu and pe fields in a file?

0 Answers  


how to move cursor to a particular field when position is not known?

3 Answers  


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

9 Answers  


Categories