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


Please Help Members By Posting Answers For Below Questions

I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2114


Explain about LMFREE�free data set from its association with data ID

1012


How do you access an uncatalogued dataset in a jcl?

735


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

639


How does jcl act on code(if you take a cobol program)?

716






What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

687


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

663


What is use of restart and how to use it?

781


Mention the types of job control statements?

700


Can I send output of job to my remote device careerride123?

676


How is the record format of an output dataset specified?

752


A dd statement consists of 4 fields. Name them?

942


which utility is used to sort a file in jcl?

756


what is use of dsn parameter in dd statement?

679


what happens in conversion stage in job processing?

739