how to run sub programs using static and dynamic call ...

Answer Posted / raj

Static Call or dynamic call depends upon how the program is
compiled.

Static call/Dynamic call can be called using literal or
variable name.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between cobol and cobol-ii?

707


explain sorting techniques in cobol program?

690


What are various search techniques in cobol? Explain.

650


How do you reference the following file formats from cobol programs?

695


how to refer the data field?

1812






Why would you use find and get rather than to obtain?

690


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

641


Describe the cobol database components?

682


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.

2010


How do define dynamic array in cobol.

671


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

998


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

1772


What is the difference between Global and External Variables?

666


Explain how to differentiate call by context by comparing it to other calls?

689


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897