Iâd like to be able to build various versions of a COBOL program by doing something like a conditional assembly. Has anyone does anything like this?
Is it possible to add AIF statements to non-assembler source, âassemble it,â and get the constructed source? Obviously trying to assemble the result would be pointless, but can the constructed source be captured somehow? Iâve considered doing this with Rexx, but wonder if someone else has tried to solve this. All suggestions are welcome.
