Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

which one is better among static call and dynamic call?

Answer Posted / sab

Which one to use is depends on the situation.

If your code is small then its better to use static call as
it also speed up performance and it will be easy to track
the versions in small code.


If you are working with large number of subroutines, its
always good to use dynamic linking as it will save storage
space as well as will maintain versions of code easily.

Satisfied with answer...???

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between COBOL2 AND COBOL390?

3113


Are you comfortable in cobol or jcl?

1092


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.

6668


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

1209


) How do u handle errors in BMS macro?

2016


What is the difference between PIC 9.99 and PIC9v99?

1403


What is amode(24)?

1298


Name some of the examples of COBOl 11?

3196


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

1381


Write a program that uses move corresponding.

1208


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

1210


What is redefines clause in COBOL?

1351


explain sorting techniques in cobol program?

1245


how to refer the data field?

2320


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

1210