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
What parameter directs the output of the job log dataset?
Is automatic restart possible in jcl? If yes, how?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the function of dd name parameter with a 2 part structure; audit.report?
In sms datasets, what is the function of the dd mgmtclas keyword?
How does jcl specify the job to the operating system?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Is their any set of rules for dd? Explain.
how can you check if a file is empty using jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of the steplib dd statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the purpose of dd dummy statement?