What is the difference between IEBGENER, IEBCOPY and REPRO
in IDCAMS utility?
Answer Posted / selvarani ajeeth
More about Repro :
Repro will be done on KSDS files , To identify the Unique
record.we can't directly copy the vsam file to other
if it has alternate index.So for that we will dump the VSAM
into the flat file and then we will sort it and remove the
duplicates .Only then we can repro it from flat file into
the Vsam
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
How can an in-stream dataset be terminated?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
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.
Is automatic restart possible in jcl?
Explain the function of job statement in jcl?
Define concatenating?
Can we use DISP=SHR in output file in JCL
what is the compile process of cobol program expalin with code
Explain the jcl exec statement?
Which dd parameters are required?
What is the difference between run mode and addressing mode?
what operation is performed by job statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Can I share my data with other jobs? How?