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


Please Help Members By Posting Answers For Below Questions

What are the access modes of START statement?

713


What are the different data types in cobol?

784


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.

3710


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2325


What is the difference between PIC 9.99 and 9v99 in COBOL?

727






What is the use of intialize verb?

738


Write a program that uses move corresponding.

668


Discuss about changing dataset name in proc.

757


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1948


How to print 10 to 1 if the input have only 10 digit number?

804


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 ......

10561


Which mode is used to operate the sequential file?

658


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1761


How you can characterize tables in cobol?

708


What is a scope terminator give example?

652