  Correct specification of DUMP/RECORD? 
 The Question is:
 
I have a big dump file, and I am trying to access the 12399th record. But I
 cannot find the syntax for :
 
dump /records[=(option[,....])]
 
In the help they talk about start:n , end:n, count:n
 
So I am looking for something like :
 
dump /records[=(option[start:12398],[count:10])]
 
Thank you ..
 
 The Answer is:
 
  Try DUMP/RECORDS=(START:12398,COUNT:1)
 
