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
What is perform what is varying?
how to refer the data field?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the variable block file formats from cobol programs
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is cobol?
What rules are followed by the search verb.
How do u write test cases?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between next sentence and continue in cobol programing language?
Have you used comp and comp-3 in your project? And how?
What kind of error is trapped by on size error option?