Skip to content

Tag: stored-procedures

Unexpected token “” was found following “”

Im a newbie to DB2. Im trying to convert this sp from Microsoft SQL server to DB2 Here is the sp from Microsoft SQL: and this is the sp after i converted to DB2 Then i got this error: An unexpected token “” was found following “”. Expected tokens may include: “”.. SQLCODE=-…