Is it possible to provide space between colon and variable name when using host variables in RPG/COBOL embedded SQL.
I have never encountered a space in any example programs.
Is it possible to provide space between colon and variable name when using host variables in RPG/COBOL embedded SQL.
I have never encountered a space in any example programs.
Yes. The variable itself cannot though, for obvious reasons. Also keep in mind, when embedding variables, you cannot do so for a multiple value string in an IN() operator. It doesn't parse properly.