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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to override loadlib?

1428


what is DSN parameter and DISP parameter is used for?

677


How can a fb file convert to vb file using sort program?

807


What is one line to pass PARM from JCL to COBOL?

818


How does jcl specify the job to the operating system?

751






i want to store 20 digits . how will u do it in cobol ?

860


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

788


Name the parameters which can be used to limit the number of records written to a sysout dataset?

654


Which dd parameters are required?

694


Explain how can the disposition of sysout datasets be set for an entire jobstream?

636


what is the compile process of cobol program expalin with code

2002


Can I send output of job to my remote device careerride123?

668


how do you access an uncataloged dataset in a jcl?

841


in ways data can be passed to a COBOL program from JCL?

669


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7602