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 meaning of dynamic processing in vsam?
what's the biggest disadvantage of using a VSAM dataset?
8 Answers Anjana, CTS, DSRC, IBM,
What is a cluster?
what is meant by BUFND & BUFNI..?
FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS
What is an RBA in rrds? What does it do? What is it used for?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
What is IDCAMS ?
why ci and ca splits are not possible in esds and rrds?
What is the use Free space in CI ?
name a few common vsam status codes?
How do you define an altindx?