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
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is the purpose of having vsam data space?
what do you mean by a vsam slot?
explain the differences between vsam and non-vsam files
Explain the purpose of the file status clause in the select statement?
explain in brief how are different versions of gdg named?
What is the function of linear dataset in vsam?
What makes vrrds different from vsam?
Define a path?
Explain the device independent method to indicate where a record is stored?
what will happen when you try to open an empty vsam file in a cobol program for input?
what do you mean by a shareoptions parameter (shr) in define cluster command?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
what do you mean by recovery and speed parameters in define cluster command?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?