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...

what is static and dynamic call with examples?

Answer Posted / rangarao chitipothu

STATIC CALL: a call is a sub program at the time to compilation.here caller and called are one module.
--> It used more cpu time.
--> memory required can be more.


DYNAMIC CALL: a call to the subprogram at the time of execution(run time) is called dynamic call. here caller and called are separate load modules and they sharable by multiple calls.
--> it used less cpu time.
--> Memory required can be less.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does jcl act on code(if you take a cobol program)?

1346


Explain how can values be passed from the job stream to an executable program?

1309


I need exexution process for JCL programs

2316


What is the function of the dd dcb keyword?

1394


what is the difference between JES3 and JES2?

1190


For what purpose steplib and joblib are used ?

1186


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

1261


Is condition checking possible in jcl? If yes, how?

1341


What is the purpose of the dd keylen parameter?

1280


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2809


Give the syntax of job specifying jcl statement.

1200


What does a disposition of (MOD,DELETE,DELETE) mean ?

1188


Mention the types of job control statements?

1224


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

1280


what happens in execution stage in job processing?

1191