Hi , I am posting some questons which are asked at
interview. These may help u for ur interview...
what is static and dynamic call?
Answer Posted / 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 View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
What are declaratives and what are their uses in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
How are the next sentence and continue different from each other?
Name the divisions, which are available in a cobol program?
What is the difference between external and global variables in COBOL?
What are the different types of condition in cobol and write their forms.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How many sections are there in data division in COBOL?
) what is the difference between AID and HANDLE AID?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
what is search and searchall?what is the diffrence between them?give an best example?
Why would you use find and get rather than to obtain?
What are different data types in cobol?
Mention the guidelines to write a structured cobol program?