BY seeing a program how can we say that it is static call
or dynamic call

Answer Posted / khazi shaheen

incase of static call within the main program itself
calling program inlcuded
incase of dynamic call the calling program should be reside
in another member

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the usage of comp fields in cobol?

895


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2272


What is comp-1 and comp-2?

951


what is difference between cobol and cobol/400

22178


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

1004


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

996


What rules are to be followed while using the corresponding options?

851


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.

2224


What is the use of intialize verb?

990


What is the difference between binary search and sequential search?

869


What is an in line perform? When would you use it? Anything else you wish to say about it.

853


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

879


What is Pic 9v99 Indicates in COBOL?

947


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

879


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6115