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 |
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
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)
suppose i have 10 job steps and i want to execute only step 6.How to write?
Explain how can a stopped job be started again?
What are the 2 types of parameters in dd statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
What is DSNDB06 ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is SOC4 error?