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

diff bw vsam and normal flat file?

2 Answers   CGI,


What is the syntax of JCL statement?

0 Answers  


if we give TIME=0 how many sec that job/step

13 Answers  


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???

10 Answers   Perot Systems,






I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?

4 Answers   BirlaSoft, FIS, Wipro,


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

0 Answers   IBM,


What is the exact difference between PRTY and DPRTY

2 Answers   iGate,


How to concatenate different LRECL of files?

2 Answers   IBM,


What are steplib and joblib? What for they are used?

0 Answers  


I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?

3 Answers   CTS, DELL,


i just need the first and last record from a sequencial file?how

2 Answers  


Categories