Define static linking and dynamic linking.
No Answer is Posted For this Question
Be the First to Post Answer
what is search and searchall?what is the diffrence between them?give an best example?
where will we code call by content and call by reference dude pls reply soon ?
what is the diff b/w select stsmt and cursor ?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
Differentiate COBOL and COBOL-II?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
What rules are to be followed while using the corresponding options?
which one is better among static call and dynamic call?
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
How to Pass table from a cobol program to another cobol program and how to use that table in called program
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?