DB2-1077-00-E Cannot have BROWSE and HOLDLOCK in same cursor declaration

The HOLDLOCK keyword restricts a shared lock on a specific table by holding it until completion of a transaction. The HOLDLOCK and BROWSE keywords are mutually exclusive.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Resolution:

Check syntax. Code only HOLDLOCK or BROWSE in a single cursor declaration.