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 |
The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We need the fields A, B , E and F to another VSAM file called V2. Kindly mention the logic in procedure division in cobol..
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
can any one tell "in esds in what structure records will stored?"
What is the main function of linear dataset?
How do you calculate record size of an alternate cluster?
what is the meaning of dynamic processing in vsam?
What is the main function of key-sequenced data set?
what do you mean by a vsam split?
Describe SHAREOPTIONS parameter (SHR) in Define Cluster command.?
what do you mean by a upgrade set in vsam?
What is Base Cluster ?
how many buffers are allocated to vsam ksds and esds?