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 |
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the LINKAGE SECTION used for?
what is search and searchall?what is the diffrence between them?give an best example?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
DATAONLY, MAPONLY functionality?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
What is the difference between performing a SECTION and a PARAGRAPH?
What is SET TO TRUE all about, anyway?
) How do u handle errors in BMS macro?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is Pic 9v99 Indicates?