The parameter assembler_cicsprecompilerParms is defined in application-conf/Assembler.properties, but is not referenced in Assembler.groovy. Instead, Assembler.groovy uses a misspelling of the parameter, assember_cicsprecompilerParms (note the missing "l" in "assembler): https://github.com/IBM/dbb-zappbuild/blob/main/languages/Assembler.groovy#L283
Note: The preceding parameter in the Assembler.groovy script, assember_cicsprecompiler, also contains a misspelling of assembler, but it is consistent with how the parameter is defined in build-conf/Assembler.properties.
The parameter
assembler_cicsprecompilerParmsis defined in application-conf/Assembler.properties, but is not referenced in Assembler.groovy. Instead,Assembler.groovyuses a misspelling of the parameter,assember_cicsprecompilerParms(note the missing "l" in "assembler): https://github.com/IBM/dbb-zappbuild/blob/main/languages/Assembler.groovy#L283Note: The preceding parameter in the
Assembler.groovyscript,assember_cicsprecompiler, also contains a misspelling ofassembler, but it is consistent with how the parameter is defined in build-conf/Assembler.properties.