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
Difference between cobol and cobol-ii?
What are different data types in cobol?
) what is the difference between AID and HANDLE AID?
How many bytes S(8) comp field occupy and its maximum value?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you get the data to code the BMS macro?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are declaratives and what are their uses in cobol?
What are all the divisions of a COBOL program?
Can we redefine the field of x(200) to less than 200?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Have you used comp and comp-3 in your project? And how?
What is the utilization of copybook in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?