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
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How jcl is used for testing batch programs?
What are steplib and joblib?
Why block size is multiple of lrecl in jcl?
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?
Is acct parameter mandatory?
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
Must tape dataset definitions include vol=ser specifications?
what is a jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is the purpose of coding notify parameter in job statement?
What is catelog procedure and how many catelog procedure to use in one job?
what is the purpose of coding class parameter in job statement?
Explain the purpose of dd * statement in jcl?
What is use of restart and how to use it?