What is the difference between IEBGENER, IEBCOPY and REPRO
in IDCAMS utility?
Answer Posted / 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 |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
How dummy is used in jcl?
Is it possible to define dd statements as you want?
What is NOTCAT ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Is condition checking possible in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what are the statements that are not valid to be included in an include statement?
What is the maximum length of a single line of jcl?
What is the format of comment statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How can the submitting users racf authority be overridden in a job stream?
What is the function of the dd avgrec keyword in sms datasets?
Explain how can return codes be tested before execution of a job step?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file