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 is the use of disp parameter?
Explain the purpose of dd * statement in jcl?
How is the record format of an output dataset specified?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain how can values be passed from the job stream to an executable program?
when can a job time-out occur? How to overcome that?
What are steplib and joblib? What for they are used?
How can unused space allocation be returned to the system when a dataset is closed?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Can we use DISP=SHR in output file in JCL
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how to run batch program without jcl?
What are the jcl procedures?
Is automatic restart possible in jcl? If yes, how?
what operation is performed by job statement?