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

Answer Posted / selvarani ajeeth

More about Repro :
Repro will be done on KSDS files , To identify the Unique
record.we can't directly copy the vsam file to other
if it has alternate index.So for that we will dump the VSAM
into the flat file and then we will sort it and remove the
duplicates .Only then we can repro it from flat file into
the Vsam

Is This Answer Correct ?    31 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to execute 2nd and 4th steps among 5 steps in jcl proc?

858


How jcl is used for testing batch programs?

824


What are steplib and joblib?

821


Why block size is multiple of lrecl in jcl?

1021


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1892






Is acct parameter mandatory?

843


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

945


Must tape dataset definitions include vol=ser specifications?

1137


what is a jcl?

772


if the submitter of a job wants to inform another user about the job completion, how can it be done?

861


what is the purpose of coding notify parameter in job statement?

779


What is catelog procedure and how many catelog procedure to use in one job?

7717


what is the purpose of coding class parameter in job statement?

822


Explain the purpose of dd * statement in jcl?

721


What is use of restart and how to use it?

877