how can we override data definitions in jcl.
can any one give detailed example
Answer Posted / meenu
CODE:STEPNAME.DDNAME DD PARAMETERS;
in place of parameters we can write the parameters which we want to override
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How do you create a temporary dataset?
what is DD statement is used in JCL?
is there any way to execute more than one proc in the same exec statement at the same time..?
what happens in execution stage in job processing?
How is a type of file defined in the jcl that executes the cobol program?
Explain how can an in-stream dataset be terminated?
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.
what are the types of abends that occur on job failure? And explain the possible causes of these
Where & How Do You Code Identifier In Jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
in ways data can be passed to a COBOL program from JCL?
Brief description of inline procedure of jcl.
which parameter is used to check the syntax of a jcl without executing it?