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 different open modes available in cobol?
how do you reference the fixed unblock file formats from cobol programs
Which mode is used to operate the sequential file?
example for sub strings ? and refernce modifications whit output pls
what is the use of outrecord?
Write a cobol program making use of the redefine clause.
what are decleratives in cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How do u write test cases?
) How do u handle errors in BMS macro
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How are the next sentence and continue different from each other?
How arrays can be defined in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the LINKAGE SECTION used in COBOL?