When looking at another issue, it was noticed that a COBOL compile and link (and go) did not delete the OBJ file created by the mz390 (assembly) step when the assembly failed. This resulted in another COBOL compile and link that to succeed; a main COBOL program calls the COBOL (sub)program that failed assembly; the link of the main COBOL was successful. It should fail. Similar isse when doing compile, link and go.
When looking at another issue, it was noticed that a COBOL compile and link (and go) did not delete the OBJ file created by the mz390 (assembly) step when the assembly failed. This resulted in another COBOL compile and link that to succeed; a main COBOL program calls the COBOL (sub)program that failed assembly; the link of the main COBOL was successful. It should fail. Similar isse when doing compile, link and go.