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
explain in brief what are the 3 types of vsam files?
What are the steps involved in access method services?
How do you define an altindx?
Describe the uses of ams?
What is a ci split?
Differentiate between ci split and ca split?
Using alternate indexes in cics program?
what are s0c1, s0c4, s0c5, s0c7 abends?
What are the building blocks used in vsam datasets?
What are the information stored in ci?
what do you mean by define model parameter?
What is the purpose of relative record data set used in vsam?
What are the access method services used in vsam?
explain how do you define a gdg in vsam?
What is the function of linear dataset in vsam?