What is the difference between IEBGENER, IEBCOPY and REPRO
in IDCAMS utility?
Answers were Sorted based on User's Feedback
Answer / sathya
REPRO is used to copying from Sequential dateset to VSAM
dateset and vice versa.i.e populating datas to VSAM files.
IEBGENER is used to copy ps to ps,pds member to member,pds
member to ps,ps to pds member.used for concatenation many
dataset.
IEBCOPY is used to copy from pds to pds
Is This Answer Correct ? | 77 Yes | 3 No |
Answer / charu
REPRO - This is mainly used for copying from PS file to
VSAM data set or from VSAM dataset to another VSAM dataset.
Is This Answer Correct ? | 79 Yes | 9 No |
Answer / 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 |
Answer / guest
IEBGENER -- This is a dataset utility for copying sequential
datasets which produces a PDS or a member from a sequential
dataset.
IEBCOPY -- This is a dataset utility for copying one PDS to
another or to merge PDSs.
REPRO -- This is for copying sequential datasets. More or
less same as the IEBGENER.
Is This Answer Correct ? | 47 Yes | 33 No |
Answer / s.sivarajan
IEBGENER - Used to copy from one PS to another PS files.
also used to copy from one PDS member to another
PDS member.
IEBCOPY - Used to copy and compress the PDS Files only.
we using COPY INDD=DDNAME,
OUTDD=DDNAME.
REPRO - It is one of statement used to load the cluster
using the repro command we are also copy the files
in the cluster
REPRO INFILE=DDNAME,
OUTFILE=DDNAME.
OR
REPRO INDATASET=DATASETNAME,
OUTDATASET=DATASETNAME.
Is This Answer Correct ? | 8 Yes | 8 No |
Answer / david
IEBGENER - Used to copy from one PS to another PS data sets.
IEBCOPY - Used to copy and compress the PDS.
REPRO - Used to copy the data from PS to VSAM and vice versa.
Refer the following youtube video for more details.
https://www.youtube.com/watch?v=UdePyOt-dH0&list=PLB4QPUJFZRcTE5nPlf46Gg_Mml6WroVth&index=18
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sathish chandra
IEBGENER is to copy data from one ps to another ps, ps to pds member, pds to ps , concatnating two ps s and copying to another ps or pds.. so many types of concatnations are there..
IEBCOPY is used to copy data from one pds to another pds.. in that we should code copy command..
IDCAMS(access method service) is to create a base in gdg..
Is This Answer Correct ? | 1 Yes | 11 No |
Answer / raj
IEBCOPY is used to copy a member from one PDS to another PDS
IDCAMS is used to delete a member from one PDS
Is This Answer Correct ? | 5 Yes | 19 No |
which utility is used to update pds?
restart logic ?
i need some shortcuts and tso commands can any on ehelp me in these ?
How to submit jcl through a cobol program?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
What is a Generation Data Group (GDG)?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
What do you understand by the term job time – out and how can you overcome that?