The README.md actually shows the issue, because of the generation of a variable with the name Cobol!-HDR. You may want to apply a regex or otherwise filter out/replace any "content" when building the variable name. Valid in all compilers is [a-ZA-Z][a-ZA-Z0-9_-]*[a-ZA-Z0-9].
The README.md actually shows the issue, because of the generation of a variable with the name
Cobol!-HDR
. You may want to apply a regex or otherwise filter out/replace any "content" when building the variable name. Valid in all compilers is[a-ZA-Z][a-ZA-Z0-9_-]*[a-ZA-Z0-9]
.