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 / 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 |
Post New Answer View All Answers
What are the cobol coding sheets?
Why occurs cannot be used in 01 level in COBOL?
how to refer the data field?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is Pic 9v99 Indicates in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the different rules for performing sort operation?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is an in line perform? When would you use it? Anything else you wish to say about it.
how do you reference the rrds file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are various search techniques in cobol? Explain.
Write a program to enter and display the names of students in a class using the occurs clause.