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
Write the code to count the sum of n natural numbers.
What is rmode(any) ?
Define static linking and dynamic linking.
Which Search verb is equivalent to PERFORM…VARYING?
Mention the guidelines to write a structured cobol program?
Can you please let me know the centre name of INS certification in Kolkata.
Name some of the examples of COBOl 11?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is a SSRANGE and NOSSRANGE?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What do you understand by psb and acb?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Difference between array and sub-script ?
What are different data types in cobol?