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
How do you get the data to code the BMS macro?
How many bytes S(8) comp field occupy and its maximum value?
Explain what you understand by passing by value.
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.
What is rmode(24)
What kind of error is trapped by on size error option?
What is the utilization of copybook in cobol?
What are the different data types in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are all the divisions of a COBOL program?
In COBOL programming, what is PERFORM? What is VARYING?
What is the usage of comp fields in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?