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 function of linear dataset in vsam?
what do you mean by recovery and speed parameters in define cluster command?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
What is the use of VSAM files? How to read this ?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
If you wish to use the REWRITE command haw must the VSAM file be opened?
What is the catalog?
what do you mean by gdg in vsam?
What are the access method services used in vsam?
What is the purpose of the FILE STATUS clause in the SELECT statement?
Would you specify FREESPACE for an ESDS?
Define free space?