I've got naca up and running, and I'm trying it some of our cobol code
base, but we have a lot of inline sql (not sure if that is the right
terminology - I'm a java programmer, not a cobol one :>) - I just mean
sql statements in the body of the cobol source) and this seems to
create problems.
Is inline sql not supported? Do I have to preprocess the files to
generate includes, or are there any other options?
Best wishes
John
Inline SQL is supported: 1000s of cases in our own project.
So, please, provide more details (samples, etc.) of what's not working
for you.
regards
didier
To help you going forward, could you please either send us the Cobol
program (with all COPY required), or either a working subset of your
Cobol program, so that we can reproduce the case below?
You can either proceed forward in the forum, or you can mail us at
naca.s...@gmail.com.
Best regards.
Naca Support
--------------------------------------------------------------------------------------------------------------------------------------------------------
Problem
HANDLE ABEND LABEL(UZ-M962)
can't be converted. CExecCICSHandle logs"Unhandled situation in
HANDLE"
Is this a known problem or am I doing something wrong?
Best wishes
John