I'm converting from another SCM and need to create a C++ compile processor. I've looked at Community Thread 730331 but unfortunately it's missing an initial step to expand #include statements in the C++ source, which is required (a) because it includes EXEC SQL statements and (b) the include(s) needs converting from codepage 273 to codepage 1047 (which it does in the next step, using EDCICONV, on the consolidated source).
So, two questions:
- Is there a BroadCom utility which expands #include statements in C++ source (in a way that I can use MONITOR=COMPONENTS)
- Does anyone have a generate processor which does the C++ compile using the DB2 and CICS co-processors, rather than having separate DB2 and CICS pre-compile steps beforehand? And which ideally does inbuilt codepage translation as well?
Any help or pointers gratefully received!
Thanks
Charles Gaskell