Hi all,
one of my ADABAS files is approaching the 16,7 mio. limit due to the three bytes length of each ISN. My idea is to increase the ISN up to 4 bytes. Does the following approach work:
- Unload the file:
– ADAORD REF FILE=nnn,ISNSIZE=3 - Load again:
– ADAORD STORE FILE=nnn,ISNSIZE=4,MAXISN=20000000,OVERWRITE
Are there any side-effects I have to consider, maybe during utility execution or later during access to that file. Any ideas are welcome since this is the first time I have to perform this
Thanks in advance for answers,
Ralf