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

What are the difference between jcl and jes?

0 Answers  


what is full form of AIX

3 Answers   Accenture,


What are the parameter we cannot use in procedure?

0 Answers  


What does a disposition of (NEW,CATLG,KEEP) mean?

1 Answers   Cap Gemini,


Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?

7 Answers   IBM,






Explain about LMQUERY�give a dialog information about a data set

0 Answers  


Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.

2 Answers  


A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

1 Answers   IBM,


wht r s722,s822,s122 and s222 abends pls reply fast

1 Answers   Wipro,


GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?

1 Answers   Thomson,


I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.

1 Answers  


Categories