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 Control Break processing ?
can you declare redefine in level 01?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
Explain complete concept of table handling in COBOL with an example?
Explain about Redefines cluse?
Which mode is used to operate the sequential file?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is the difference between Plan & package
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
How to open and see copy book ?
without performing any operations on a file how can i know whether it contains data or not