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
what is DSN in JCL and what are the parameters to declare the DSN?
What parameter directs the output of the job log dataset?
For what purpose steplib and joblib are used ?
which utility is used a dummy utility?
Are there any set of rules for the names of the steps used in a job?
Name the statement which can be used to send data to another mvs jes3 node?
Is it possible to define dd statements as you want?
Explain how can the submitting users racf authority be overridden in a job stream?
what is the difference between JES3 and JES2?
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?
What is timing concept in mainframe?
How can a fb file convert to vb file using sort program?
Explain the function of the dd dcb keyword?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is NOTCAT ?