Hi , I am posting some questons which are asked at
interview. These may help u for ur interview...

what is static and dynamic call?

Answers were Sorted based on User's Feedback



Hi , I am posting some questons which are asked at interview. These may help u for ur interview.....

Answer / suman kumar

STATIC CALL: main program object program,sub program object
program loaded in one library
Dynamic call: main program object program, sub program
object program are loaded in different load library.

Is This Answer Correct ?    5 Yes 0 No

Hi , I am posting some questons which are asked at interview. These may help u for ur interview.....

Answer / nagaraju domala

Static Call : System will establish logical links between
Main and Sub-programs at the time of Compilation where it
creates a unit called RUN-UNIT. When Main program is
invoked automatically all sub programs also loaded into
memory.

Dynamic Call : System will establish links between Main
program and sub programs at the time of execution(Run Time).

We use Different Call depents upon the application
requirement.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More COBOL Interview Questions

if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 Answers   IBM,


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


how can i see junk values in dclgen or in hostvariable of comp ?

0 Answers   DELL,


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.

0 Answers   Infosys,






If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


9(2).99 how many bytes take? Why . consider as a byte?

2 Answers  


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?

8 Answers   UST,


I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?

1 Answers   CTS,


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

1 Answers  


Categories