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
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 |
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 |
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
) What is the use of IGNORE?
01 b pic +9(4) How many bytes it will take for storage???
what happens when a copybook variables are declared using include statement ?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
how will u pass dadta to cobol+db2 program...?
is it possible to rename 01 level?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is COMP SYNC?