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 main function of key-sequenced data set?
What is the function of entry sequenced data set?
What are the different versions of gdg named?
What are the building blocks used in vsam datasets?
Define gdg?
What are the steps involved in access method services?
what is the use of the file status clause in the select statement in vsam?
what is the syntax of ams modal commands?
Explain the catalog?
what will happen when you try to open an empty vsam file in a cobol program for input?
is delete operation supported in an esds? Is rewrite operation possible in esds?
how can you copy to a vsam cluster?
what is a base cluster in vsam?
explain how do you define a gdg in vsam?
what do you mean by idcams? Explain its purpose?