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
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
explain the information contained in ci
Can you delete vsam files with the delete option of the disposition parameter of jcl?
name the utility program closely associated with vsam?
what are s0c1, s0c4, s0c5, s0c7 abends?
What is control area?
what is the syntax of ams modal commands?
What does the keyranges parameter in define cluster commends do?
what do you mean by idcams? Explain its purpose?
On which dataset you can have alt index?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Explain the significance of the shareoptions parameter?
what do you mean by the cobol record key clause in vsam?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
What is the main function of key sequenced data set in vsam?