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

what is the use of filler in cobol programing?

4 Answers   MAT,


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


When is a scope terminator mandatory?

3 Answers  


can we print comp 3 stmts how ?

3 Answers   Accenture, TCS,


write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,






how do you reference the fixed unblock file formats from cobol programs

0 Answers  


what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?

3 Answers  


In COBOL "BEFORE" advancing is there or not ?

3 Answers  


What are the differences between COBOL and COBOL II?

1 Answers   CSC,


I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."

1 Answers  


Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?

2 Answers   TCS,


Categories