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
How can an in-stream dataset be terminated?
which utility is used a dummy utility?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is concatenating?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is it possible to left uncode disp? If yes, how?
Describe the various parameters utilized in the creation of a gdg?
What is the function of //jcllib statement?
Explain the hierarchy levels in jcl?
what is the resolution for sb37 error
What are hierarchy levels in jcl?
what is the JCL statement consists of?
I need exexution process for JCL programs
Explain the purpose of dd * statement in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.