Hi, All.
Using embedded SQL in RPGLE. I'm trying to do this:
EXEC SQL SELECT x.IBMREQD INTO :val
FROM SYSIBM/SYSDUMMY1 x;
SEU highlights the first line and tells me:
A qualified name is not allowed in this context.
What am I missing? This should be easy, since I appear to be the only one in the history of the Internet with this problem.
Thanks.
Jason
Using embedded SQL in RPGLE. I'm trying to do this:
EXEC SQL SELECT x.IBMREQD INTO :val
FROM SYSIBM/SYSDUMMY1 x;
SEU highlights the first line and tells me:
A qualified name is not allowed in this context.
What am I missing? This should be easy, since I appear to be the only one in the history of the Internet with this problem.
Thanks.
Jason
Comment