Since you didn't provide any details, I'm guessing that
(a) you are using DB2 LUW,
(b) you have Version 8 installed.
If so, here are a few pointers:
The documentation for the ALTER TABLE statement states explicitly:
identity-options This clause cannot be specified when adding a column to an existing table.
Searching the DB2 manuals for identity columns also finds this introduction.