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

List the different components of jcl statement?

0 Answers  


FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?

4 Answers   IBM,


My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.

4 Answers   CTS,


How to copy one PS file to multiple PS files with same data?

1 Answers  


How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  


How to alter the parameters for the existing gdg?

0 Answers  


What is 'S0C7' abend?

9 Answers  


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

0 Answers  


Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?

5 Answers   Maples, Patni, TCS,


lines(1,cancel)??What is meant by that??Plz explain it....

1 Answers   IBM,


Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


what is a cataloged procedure ?

1 Answers   Xansa,


Categories