What is the difference between IEBGENER, IEBCOPY and REPRO
in IDCAMS utility?

Answers were Sorted based on User's Feedback



What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?..

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

What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?..

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

What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?..

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

What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?..

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

What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?..

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

What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?..

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

What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?..

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

What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?..

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

Post New Answer

More JCL Interview Questions

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?

4 Answers   IBM,


How do you designate a comment in JCL?

1 Answers  


What is the purpose of dd dummy statement?

0 Answers  


List in order the hierarchical levels of jcl?

0 Answers  


Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.

2 Answers   UHG,






i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,


How to change default PROCLIB?

1 Answers  


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE

4 Answers   Merrill Lynch,


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?

0 Answers  


hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.

3 Answers  


Categories