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
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
List the various advantages of using jcl language?
What is the difference between run mode and addressing mode?
What is the function of job statement in jcl?
Is automatic restart possible in jcl? If yes, how?
Is it possible to code instream data in a PROC?
Explain the function of the dd dcb keyword?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are hierarchy levels in jcl?
How can an in-stream dataset be terminated?
Are there any set of rules for the names of the steps used in a job? What are they?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is the difference between JES3 and JES2?