COBDB0121 Package name is too long, max=8 chars, use ACCESS directive to fix.

The package name specified is longer than 8 characters. If you did not specify an explicit package name via the ACCESS directive, the preprocessor defaults to use the filename of the program being compiled. If this name is more than 8 characters, this error message is generated.

Resolution:

Specify the directive DB2(ACCESS=name) where the name is 8 characters or less.