When you put a string in single quotes it is then a string literal. If you want to concatentate a literal with a variable remove the single quotes like this:
Code:
DECLARE VAR_TWO CHARACTER 'VAR_'|| FIRST;
Kind regards _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum