Answer Posted / sri k
REUSE option in REPRO used to copy the input file records to
the output file. It will delete records from the O/P file
and copy the new records from the I/P file. This option can
only be used if the O/P file is defined with REUSE option
otherwise JOB will through an error
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is a lds (linear data set) and what is it used for?
what do you mean by idcams? Explain its purpose?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
Is it slower if you access a record through alt index as compared to primary index?
what are the codes returned by the ams (access method services) command during the execution in vsam?
why ci and ca splits are not possible in esds and rrds?
Explain the catalog?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
name a few common vsam status codes?
Explain the device independent method to indicate where a record is stored?
explain in brief how you can create a vsam file?
difference between vsam and database tables
what is the meaning of dynamic processing in vsam?
what do you mean by recovery and speed parameters in define cluster command?