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 is the purpose of control intervals in vsam?
what is buffering and how does it apply to vsam files ?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
name the utility program closely associated with vsam?
How does control intervals and control areas related to each other?
to use the rewrite command, how should the vsam file be opened?
explain how do you define a gdg in vsam?
Tell me how many alternate indexes you can have on a dataset?
How to get the last record in vsam file in cluster?
Explain the device independent method to indicate where a record is stored?
Define dynamic processing?
explain in brief what are the 3 types of vsam files?
What makes vrrds different from vsam?
What is the main function of linear dataset?
What is a vsam dataset?