Truusvlugindewind
Programmer
Ask me and I say "yes".
When you populate DCLGEN column by means of embedded SQL, it is not recognised (no Mlinunumber reference).
But even when you code
Examining the assembler listing learns that this statement does exactly what you want it to do. Fine. But I'd like my cross-ref to indicate that my counters gets modified here.
The cross-ref is a wonderfull tools track the usage of you variables, but I'm afraid it was manitained when the "new" ANSI-85 and embedded SQL features were added.
Too bad.
P.S.
using
- DB2 SQL PRECOMPILER VERSION 8 REL. 1.0
- IBM Enterprise COBOL for z/OS 3.4.1
When you populate DCLGEN column by means of embedded SQL, it is not recognised (no Mlinunumber reference).
But even when you code
Code:
01 group-counters.
03 count-a pic s9(9) comp.
03 count-b pis s9(4) comp.
INITIALIZE group-counters REPLACING NUMERIC DATA BY ZERO
The cross-ref is a wonderfull tools track the usage of you variables, but I'm afraid it was manitained when the "new" ANSI-85 and embedded SQL features were added.
Too bad.
P.S.
using
- DB2 SQL PRECOMPILER VERSION 8 REL. 1.0
- IBM Enterprise COBOL for z/OS 3.4.1