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 procedure for running the batch job in mainframe?
is there any lock for vsam file so that no one can update the vsam file ?
what is the concept of IMPORT in vsam??
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
What is the purpose of having vsam data space?
What is the Difference between LDS & ESDS ?
Using alternate indexes in cics program?
What is a VSAM split?
what will happen if there is no secondary allocation made for datasets?
What are the different parameters that are used in vsam?
differentiate between sequential files and esds files in vsam?