what is static and dynamic call with examples?
Answer Posted / 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 |
Post New Answer View All Answers
How to override loadlib?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Where can program checkpoints be stored for use in a restart?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is the use of JCL?
What is the function of dd disp parameter?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How jcl is used for testing batch programs?
How gdg are concatenated?
what is use of space parameter in dd statement?
In job processing, what happens in conversion stage?
How to pass data to a program that is coded in an exec statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What do you know about jcl?