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?

Answers were Sorted based on User's Feedback



what is static and dynamic call with examples?..

Answer / vasanth

But looking at the program we can find if the called
program is static or dynamic by below ways :

If the called program is mentioned as a literal in the main
program , then you can say that it is a static program if
the compiler option is NODYNAM else it is a dynamic
program .If the called program name is mentioned as a
variable in the main program , then it is a dynamic program
irrespective of the compiler option.

Is This Answer Correct ?    2 Yes 1 No

what is static and dynamic call with examples?..

Answer / 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

what is static and dynamic call with examples?..

Answer / chaitanya

can any one give me a sample code regarding the static call
and dynamic call?
how can u go to conclusion when we saw the code in the first
look at the code?

plzzzzzzzzzzzzz tell me reply......

Is This Answer Correct ?    0 Yes 0 No

what is static and dynamic call with examples?..

Answer / naga

in ou




Frequently changes in our program we using dynamic call
otherwise we using static call.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?

4 Answers   IBM,


How many positional parameters are there in job statement?

4 Answers  


List some valid operation codes in JCL

3 Answers  


What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?

1 Answers   CTS,


Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.

9 Answers   iGate, Lehman Brothers,


how to eliminate the duplicates in sorting

4 Answers   Fidelity,


Explain about SYSVAR

1 Answers  


There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?

3 Answers  


Name what parameter directs the output of the job log dataset?

0 Answers  


State the uses of syspring, sysin, sort fields, sum fields and dummy.

0 Answers  


How do you create a temporary dataset?

0 Answers  


how to put a dependency on job in jcl using opc scheduler?

1 Answers   CTC,


Categories