I have three files for one step i need to override the
third file how to do that in jcl?
Answer / pp
you can override 3 file.
//stepname.ddname dd
// dd
// dd dsn=give third file here
stepname can be found in proc
ddname can be found in proc
| Is This Answer Correct ? | 39 Yes | 0 No |
How can u know the current date using jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
when we use sysprint and sysout statements
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
How do you submit JCL via a Cobol program?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
Name some of the JCL statements that are not allowed in procs.?
What is a procedure?
What is the function of dd name parameter with a 2 part structure; audit.report?
What are steplib and joblib?