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
Explain in DD statement what is the use of DCB parameter?
What is the format of comment statement?
Explain the purpose of dd * statement in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How can values be passed from the job stream to an executable program?
How to run cobol program using jcl?
what is use of dsn parameter in dd statement?
Explain the jcl exec statement?
which parameter is use to declare the name of dataset in dd statement?
Is condition checking possible in jcl?
What is the purpose of disp parameter?
what is the use of JCL?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How can unused space allocation be returned to the system when a dataset is closed?
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) ?