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
Why include statement is used in a jcl?
What statement can be used to send data to another mvs jes3 node?
Differentiate between addressing mode and run mode.
what is DD statement is used in JCL?
Is automatic restart possible in jcl?
How do you overcome this limitation ?
How do you submit a job for execution?
Where & How Do You Code Identifier In Jcl?
What is the motivation behind coding class parameter in job statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the function of the dd dcb keyword?
Does jcl support automatic restart?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what is the compile process of cobol program expalin with code