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 / nagaraju domala

Static Call : System will establish logical links between
Main and Sub-programs at the time of Compilation where it
creates a unit called RUN-UNIT. When Main program is
invoked automatically all sub programs also loaded into
memory.

Dynamic Call : System will establish links between Main
program and sub programs at the time of execution(Run Time).

We use Different Call depents upon the application
requirement.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you get the data to code the BMS macro?

1569


How many bytes S(8) comp field occupy and its maximum value?

1745


Explain what you understand by passing by value.

806


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1048


What is rmode(24)

766






What kind of error is trapped by on size error option?

832


What is the utilization of copybook in cobol?

764


What are the different data types in cobol?

903


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

813


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2117


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

936


What are all the divisions of a COBOL program?

757


In COBOL programming, what is PERFORM? What is VARYING?

755


What is the usage of comp fields in cobol?

753


What is the difference between structured cobol programming and object alternativelyiented cobol?

855