You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason in this case was that FIELD was not contained in the variables visible to the parser (copybook instead of SQL INCLUDE, possibly because of missing support for #91).
The code generation should raise a clear error here "unknown bind variable :FIELD".
Uh oh!
There was an error while loading. Please reload this page.
given
resulted in
The reason in this case was that
FIELD
was not contained in the variables visible to the parser (copybook instead ofSQL INCLUDE
, possibly because of missing support for #91).The code generation should raise a clear error here "unknown bind variable :FIELD".
... rechecking the code - this happens here:
Open-COBOL-ESQL/ocesql/ppout.c
Lines 656 to 669 in eec3a23
and there is indeed an output:
... but as ocesql still returns 0 and the message is placed to stdout this is easy to miss
The text was updated successfully, but these errors were encountered: