What is the difference between static call & Dynamic call ?
Answer Posted / shankar v
when you know the program name to be called, you go for
STATIC call saying,
CALL 'PROGA'
when you dont know the program upfront while coding the
program you go for DYNAMIC call,
CALL WS_PROG (this is a working storage variable for which
the value will be passed to it during the execution of the
program.
And also a major difference between these 2 is the DYNAM
(FOR DYNAMIC CALL )& NODYNAM (FOR STATIC CALL) option on
the jcl. This is the factor which decides whether a call is
dynamic or static.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Which dd parameters are required?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain how can a stopped job be started again?
Explain the function of //jcllib statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How to do automated restart when a job abend?
Can we call instream to catalog and catalog to instream?
how do you code a null statement?
Give the syntax of job specifying jcl statement.
Explain how can a jobs execution priority be modified?
I need exexution process for JCL programs
How does the jcl specify the job to os?
What are the parameter we cannot use in procedure?