Some samples of programs performing the same function.
Native Assembler
This example illustrates the least amount of code required to
force COND CODE 0000
Language Environment Assembler
With the aim being to compare the size of functionally equivalent programs in different languages, the example above is
unfair, so this is an LE compliant Assembler version.
COBOL
The COBOL version looks like this.
PLI
The PLI version looks like this.