Which is more efficient - the external subroutine or a
copycode coded in to a NATURAL program? And Why?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between external subroutine and subprogram?
Explain the like inverted list?
Can you explain control variable in online screens?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How are you going to remove duplicates from the file that is being read?
Explain the data storage?
What is the difference between read(1) and read work file once?
The natural file converted to PDF file if Yes then explain ?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
Explain control variable in online screens?
Explain the address converter?
Define cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?