what is reuse parameter ?
Answers were Sorted based on User's Feedback
Answer / vivek anand
reuse parameter is used to redefine the cluster without
deleting existing records in the cluster.
| Is This Answer Correct ? | 23 Yes | 6 No |
Answer / 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 |
Answer / xyz
The records in the target VSAM are logically deleted and
the records from the source are added as if the target
dataset is empty. The dataset should have been defined with
REUSE option to use this command.
| Is This Answer Correct ? | 10 Yes | 1 No |
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
What does a file status of 02 on a VSAM indicate?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
what will happen when you try to open an empty vsam file in a cobol program for input?
By looking into JCL can we identify the dataset is VSAM (VSAM dataset supposed to be a input dataset).In this scenerio how will we identify the dataset is VSAM ?
5 Answers Cognizant, EDS, Shridhar,
What is the difference between lds and esds?
How many Alternate Indexes you can have on a dataset?
What are the building blocks used in vsam datasets?
can we create PS file using IDCAMS utility?
How do you define a KSDS ?
What is a lds (linear data set) and what is it used for?