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
can any one plzzzzzz tell the jcl code for creating ps using idcams
Is it possible to left uncode disp? If yes, how?
Differentiate between the joblib and the steplib statements?
Does jcl support automatic restart?
define cond parameter in jcl?
when does a dataset go uncataloged?
what is use of dsn parameter in dd statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the utility programs in jcl?
List the various advantages of using jcl language?
What is Cataloged Procedures?
what is DSN parameter and DISP parameter is used for?
What do you understand by the term job time – out and how can you overcome that?
what sort card you will use to copy the data from one dataset to another dataset?
i want to store 20 digits . how will u do it in cobol ?