Alter Database name

hi,
I have Adabas 6.3 on Suse. is it possible to change ‘DataBase Name’ generate on installation?

regards

Ivo Becker

You can either specify your custom DB name during dbgen or alter it with

ADADBM DB=<dbid>,rename=0, name=<your db name>

at any point in time.

Simple as that. I need to read more books.
Thank you!