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 / malli
thanks venu and another question if a and c calls b at same
time i.e both a and c compike at sametime.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are literals?
what is the use of outrecord?
How do you reference the following file formats from cobol programs?
Give some examples of command terminators?
how do you reference the variable block file formats from cobol programs
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the cobol coding sheets?
how do you reference the esds vsam file formats from cobol programs
What is the difference between comp and comp-3 usage?
Difference between cobol and cobol-ii?
HOw can I get the negative sign while deduct high value from low value
What are various search techniques in cobol? Explain.
explain sorting techniques in cobol program?
example for sub strings ? and refernce modifications whit output pls