Hi,
My interviewer ask A calls B and C calls B, a and b are
static c and b are dynamic.what happens if they compile and
execute at same time.
Answer Posted / venu
in static call we cannot comile the main program without
compiling the subprg(B), you can get the error that is
object not found.
in dynamic call we can compile the main program without
compilation of subprg(B), but while executing the prg then
u can get the abend i.e, load not found that means s806.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
Write down the divisions of cobol program?
What is the use of intialize verb?
What is cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How you can characterize tables in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between PIC 9.99 and 9v99 in COBOL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is rmode(any) ?
Why would you use find and get rather than to obtain?
How you can read the file from bottom?
Are you comfortable in cobol or jcl?