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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vssd
Declaring B as RENT (Re ENTranat) would be of use.
This takes care of allocation of memory for variable usage
of Program B - thus allowing copies of B to be executed
parallely.
Hope this helps, please correct me if wrong.
| Is This Answer Correct ? | 4 Yes | 1 No |
How can you get the ksds file records into your cobol program?
What is "Call by content" and "call by reference"?
write a program to eliminate duplicate records in a input file and send them to output file.
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
What are the steps you go through while creating a COBOL program executable?
how will u code parm parameter and where pls ?
can anyone explain me the concept of COMP-4 PLEASE??
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
What does the IS NUMERIC clause establish ?
What is report-item in COBOL?
how we can edit records in vsam data set and non vsam data sets
what happens when a copybook variables are declared using include statement ?