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 rules are followed by the search verb.
What is the difference between comp and comp-3?
how can i see junk values in dclgen or in hostvariable of comp ?
Explain how to differentiate call by context by comparing it to other calls?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between binary search and sequential search?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how do you reference the printer file formats from cobol programs
What are the various section in data division and briefly explain them.
how to convert the recors form vsam file to db2 table tru file aid
what are decleratives in cobol?
How do u write test cases?