how to concatenate datasets

Answer Posted / shankar

we can also concatenate through disp keyword parameter also..

use iebcopy utility and

sysut1 dd dsn=sample1.pds,disp=(old,pass)
sysut2 dd dsn=sample2.pds,disp=(shr)
sysin dd *
copy indd=sysut1 outdd=sysut2
/*

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is notcat 2 - gs?

930


how to do automated restart when a job abends?

840


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

651


What are the parameter we cannot use in procedure?

635


In sms datasets, what is the function of the dd avgrec keyword?

648






What is the function of job statement in jcl?

634


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2162


Explain about LMQUERY�give a dialog information about a data set

896


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9207


Name what parameter directs the output of the job log dataset?

557


how to run batch program without jcl?

10064


what are JCLLIB and STEPLIB in JCL?

671


Explain the job statement in jcl?

642


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

654


what is the resolution for sb37 error

7694