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

How to create 1 ddm that fetches 3 adabas files simultaneously?

0 Answers  


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

0 Answers  


what type of files we use in file-aid

1 Answers   Tech Mahindra,


Is it possible to declare a GDA for an external subroutine?

4 Answers  


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?

3 Answers   JPMorgan Chase,


Explain how are you going to remove duplicates from the file that is being read?

0 Answers  


Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]

1 Answers  


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  


How can we see the copy book length using file-aid?

0 Answers  


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

1 Answers  


How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.

4 Answers  


Categories