What is the difference between static call & Dynamic call ?
Answer Posted / guest
In the case of Static call, the called program is a stand
along program, it is an executable program . During run time
we can call it in our called program. As about Dynamic call,
the called program is not an executable program it can
executed thru the called program
Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the difference between run mode and addressing mode?
How to alter the parameters for the existing gdg?
how can the same proc be re-used and called by many jobs?
What are steplib and joblib? What for they are used?
Explain how can a stopped job be started again?
what is the purpose of coding notify parameter in job statement?
In sms datasets, what is the function of the dd avgrec keyword?
what are the various stages of job processing?
which utility is used to sort a file in jcl?
How does jcl act on a cobol code?
whats the diff bw the evaluate also and and?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What are hierarchy levels in jcl?
What is one line to pass PARM from JCL to COBOL?