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
Is there any command to check wether the ps file is in sorted order?
What dd statement is used to supply the name of a dataset?
how to do automated restart when a job abends?
which parameter is use to declare the name of dataset in dd statement?
Explain the hierarchy levels in jcl?
How to submit a jcl from cics?
What is one line to pass PARM from JCL to COBOL?
What is the significance of addrspc parameter in the exec statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
For what purpose steplib and joblib are used ?
List the different jcl statements that are not permitted in the procedures?
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) ?
Explain how can a stopped job be started again?
What is the function of the dd mgmtclas keyword in sms datasets?
Why include statement is used in a jcl?