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
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
when can a job time-out occur? How to overcome that?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the purpose of the dd keylen parameter?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
i want to store 20 digits . how will u do it in cobol ?
which utility is used to run a cobol-db2 program?
define cond parameter in jcl?
Explain the purpose of the dd keylen parameter?
How can the submitting users racf authority be overridden in a job stream?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How would you understand error(execution phase)?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the function of the dd dcb keyword?
Is their any set of rules for dd? Explain.