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 to create 1 ddm that fetches 3 adabas files simultaneously?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
What is cobol coding sheet?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain how many work file we can code in jcl?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What is Natural?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
ADABAS basic concepts. Like inverted list, address converter ,data storage
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
difference between escape(top or bottom) and escape immediate(top or bottom?