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

WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1152


Is condition checking possible in jcl?

828


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

888


write a jcl to execute a job by 7:00 am on jan 20,1986?

780


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?

7821






Is there any command to check wether the ps file is in sorted order?

2527


Is automatic restart possible in jcl?

848


Explain the function of //jcllib statement?

817


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

992


How to override loadlib?

1522


List in order the hierarchical levels of jcl?

756


How is the record format of an output dataset specified?

846


Is it possible to code instream data in a PROC?

855


What are hierarchy levels in jcl?

1080


Mention the types of job control statements?

792