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


Please Help Members By Posting Answers For Below Questions

How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


what are decleratives in cobol?

1827


Write a program that uses move corresponding.

673


How to know whether the module is dynamical or statistical?

652


How do define dynamic array in cobol.

671






input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1783


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?

6829


explain sorting techniques in cobol program?

686


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


Define static linking and dynamic linking.

662


How do get the result of your program directly on your pc?

1880


What is the difference between comp and comp-3?

698


State the various causes of s0c1, s0c5 and s0c7.

661


) how do u code after getting data?

1580


In COBOL, what is the different between index and subscript?

755