-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Cannot resolve copy file #183
Comments
These should be the default extensions, please try without |
thank you @GitMensch , gitpp didn't complain this time. SQLCA.cpy is there by default. i'm funnily finding out that the following gixsql line does the same as the gixpp one. |
i was able, with your valuable help, to run the test. giving here the things i had to fix. the documentation i tried to follow is at: - https://github.com/mridoni/gix/blob/main/doc/gixsql.md the line begining with gixpp seems to create the same TEST001.cbsql as the one with gixsql.
i also had to patch the TEST001.cbl, as postgresql wouldn't open a cursor out of a transaction.
thank you very much for the opportunity to play with such great software. |
hello friend,
and a big thank for providing gix.
i'm trying the example and gixpp fails
gixpp -e -S -I. -ext ".,.cpy,.CPY" -i TEST001.cbl -o TEST001.cbsql
TEST001.cbl(22): error: Cannot resolve copy file EMPREC
TEST001.cbl(39): error: Cannot resolve copy file SQLCA
looking at the source, i understood -ext should be -E.
i also tried
gixpp -e -S -I. -I/usr/share/gixsql/copy -E ".,.cpy,.CPY" -i TEST001.cbl -o TEST001.cbsql
with the same errors.
could you please fix or instruct me?
EMPREC is in place.
my installation is the last 1.0.21dev1 on debian 12.
The text was updated successfully, but these errors were encountered: