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
What is a hyperdescriptor? How does it work?
Explain the like inverted list?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
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?
Suppose 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?
Explain control variable in online screens?
What is a hyperdescriptor?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the address converter?
Explain the difference between external subroutine and subprogram?
Explain difference between read(1) and read work file once?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What is cobol coding sheet?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?