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 are steplib and joblib? What for they are used?
What are some jcl statements that are not allowed in procedures?
what operation is performed by job statement?
When space is allocated for an output dataset, what units can be used?
How to submit jcl through a cobol program?
define cond parameter in jcl?
What are the difference between jcl and jes?
Where & How Do You Code Identifier In Jcl?
How to submit a jcl from cics?
How jcl work to handle various input output file operations?
what is the JCL statement consists of?
What is the function of dd disp parameter?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How does the jcl specify the job to os?
Explain how can values be passed from the job stream to an executable program?