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

A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,


give the examples for strings and unstrings in cobol

2 Answers   IBM,


In which area will you utilize 88 level items in cobol?

0 Answers  


What is amode(24)?

0 Answers  


What is the compute verb? How is it used?

0 Answers  






i need a small 3d program using inline and outline.

0 Answers  


wht is the difference between goto and perform stmts

7 Answers   DELL,


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


What COBOL construct is the COBOL II EVALUATE meant to replace?

1 Answers  


can we use go to statement inline-perform?

7 Answers   IBM,


What is the difference between PIC 9.99 and PIC9v99?

0 Answers  


What is a SSRANGE and NOSSRANGE?

0 Answers  


Categories