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
What dd statement is used to supply the name of a dataset?
What is the function of //cntl statement?
what are the statements that are not valid to be included in an include statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is condition checking possible in jcl? If yes, how?
What is job control language?
What is the function of job statement in jcl?
Explain how can an in-stream dataset be terminated?
what sort card you will use to copy the data from one dataset to another dataset?
Mention the types of job control statements?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
When space is allocated for an output dataset, what units can be used?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is the JCL statement consists of?
how you can direct the data to spool using SYSOUT option?