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
Is condition checking possible in jcl?
How is the record format of an output dataset specified?
Can an individual step be restricted from using all the jobs allowed cpu time?
what are the various stages of job processing?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How can a fb file convert to vb file using sort program?
how would you create a temporary dataset? And where will you use them?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
can any one plzzzzzz tell the jcl code for creating ps using idcams
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the use of disp parameter?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain the purpose of dd * statement in jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what are the statements that are not valid to be included in an include statement?