which is better either static call or dynamic call?
and why?

Answer Posted / mahi

dynamic call is much better than static

static call;
main program object code and sub program object code loaded
in one loadlibrary
if any change in code both has to be compiled

dynamic call;
main program object code and sub program object code loaded
in different loadlibraries
if any change in code both need not to be compiled

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the rules of the move verb?

706


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2114


how do you reference the variable unblock file formats from cobol programs

748


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

720






How do you reference the fixed block file formats from cobol programs

705


In which area will you utilize 88 level items in cobol?

722


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701


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.

2008


What are the different types of condition in cobol and write their forms.

658


how to move the records from file to array table. give with code example

2219


How are the next sentence and continue different from each other?

766


How do define dynamic array in cobol.

671


What is a scope terminator give example?

657


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721