What are the optional parameters to the input dataset While
loading the empty cluster with the data records?
Answer / guest
FROMADDRESS(address) TOADDRESS(address) where 'address'
specifies the RBA value of the key of the input record.
FROMNUMBER(rrn) TONUMBER(rrn) where 'rrn' specifies the
relative record number of the RRDS record FROMKEY(key)
TOKEY(key) where 'key' specifies the key of the input record
SKIP(number) COUNT(number) where 'number' specifies the
number of records to skip or copy Ex: REPRO INFILE(DD
OUTFILE(DD SKIP(900 COUNT(70 - Skips the first 9000 records
and begins copying at 9001 and copies 700 records from DD1
to DD2.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the use of VSAM files? How to read this ?
What are the types of VSAM datasets?
What are the building blocks used in vsam datasets?
What is File Status in VSAM?
why ci and ca splits are not possible in esds and rrds?
when u r using repro command what happens if both infile and outfile names same
Explain the biggest disadvantage of using a vsam dataset?
what are s0c1, s0c4, s0c5, s0c7 abends?
what do you mean by the repro command?
Can we copy Vsam files from a Vsam file in Iebgener step?
4 Answers iGate, Tech Mahindra,
explain how can you initialize a vsam file before any operation?
Define a path?