We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
* working storage section 01 GRP. 03 ITEM PIC X. 01 GRP2. 03 ITEM PIC X. * procedure division EXEC SQL INSERT INTO TBL VALUES (:GRP.ITEM) END-EXEC.
Since OCESQL4J ignore GRP. in the above program, the generated COBOL code is invalid because of a collision of variable names.
GRP.
OCESQL CALL "OCESQLSetSQLParams" USING OCESQL BY VALUE 16 OCESQL BY VALUE 1 OCESQL BY VALUE 0 OCESQL BY REFERENCE ITEM OCESQL END-CALL
The text was updated successfully, but these errors were encountered:
yutaro-sakamoto
No branches or pull requests
Since OCESQL4J ignore
GRP.
in the above program, the generated COBOL code is invalid because of a collision of variable names.The text was updated successfully, but these errors were encountered: