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

how to compare two datasets without using superce because output is limited to 133 bytes

1617


What are s0c1, s0c4, s0c5, s0c7 and socb?

798


What is condition checking in jcl? Is this possible?

706


which utility is used a dummy utility?

927


Explain the function of //jcllib statement?

818






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) ?

1862


What are the rules employed while naming the steps in a job?

778


What is jcl in mainframe?

833


How gdg are concatenated?

756


How can a jobs execution priority be modified?

886


Is their any set of rules for dd? Explain.

754


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

839


What is the function of the dd mgmtclas keyword in sms datasets?

860


can any one plzzzzzz tell the jcl code for creating ps using idcams

10770


what happens in execution stage in job processing?

729