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
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is use of restart and how to use it?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Brief description of inline procedure of jcl.
How jcl is used for testing batch programs?
what is “Cond= even” and “Cond=only”?
What is jcl in mainframe?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the purpose of dd dummy statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the significance of addrspc parameter in the exec statement?
Why include statement is used in a jcl?
How to submit jcl through a cobol program?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.