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 |
max how many AIX coded in a vsam dataset??
What is the Difference between LDS & ESDS ?
What are the information stored in ci?
What is the main function of key-sequenced data set?
Explain the function of the relative record data set?
What is the difference between lds and esds?
How do you load a VSAM data set with records ?
Common VSAM Error conditions and codes
What is control interval?
What is the maximum number of Alternate Index ???
What does a file status of 02 on a VSAM indicate?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?