What are the optional parameters to the input dataset While
loading the empty cluster with the data records?
Answer Posted / 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 |
Post New Answer View All Answers
What are the steps involved in access method services?
What is the function of entry sequenced data set?
explain the differences between vsam and non-vsam files
What is the device independent method to indicate where a record is stored?
What is the main function of linear dataset?
What is the main function of key sequenced data set in vsam?
what do you mean by define model parameter?
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.
What are the different parameters that are used in vsam?
Explain the function of entry-sequenced data set?
How does control intervals and control areas related to each other?
Explain the function of the relative record data set?
Explain the device independent method to indicate where a record is stored?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
what how do you initialize a vsam file before any operation? A vsam with alternate index?