ihave ten flatfile in that iwant to concatinate all the
files except file 5,6 into output file by uing jcl?
how to do this? give me detail yntax for tis?
Answer Posted / ajay kumar ande
give one DD Name to all datasets excluding 5,6
dd1 dd dsn=dataset1
dd dsn=dataset2
dd dsn=dataset3
dd dsn=dataset4
dd dsn=dataset7
dd dsn=dataset7
dd dsn=dataset9
.
.
.
.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain dd statement in jcl?
How does the jcl specify the job to os?
What is the purpose of the dd keylen parameter?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
in ways data can be passed to a COBOL program from JCL?
Explain the function of the dd dcb keyword?
what is SOC4 error?
what is DD statement is used in JCL?
How to pass the parameter in parm using linkage section ? (syntax)?
Suppose I have five jobs to do. But I want to hold one?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?