Company Description

Optimizer - Capex's IBM COBOL Compiler optimizer using Peephole optimization - This product had two significant additional components: The first was called Analyzer, and the second was called Detector. The former allowed execution analysis giving a count of the number of times program instructions were executed. This provided a way for the computer programmer to move source code so that the most often executed conditions would be found first, thus saving time on needless IF statements. While this may not be significant for a few hundred input file records, it was very important when there were millions of input records. The latter, Detector, trapped execution "abends" (abnormal ends) to the execution of an instruction, displayed the contents of applicable fields, and could be told to apply a fix to the offending field so program execution could continue. The programmer could then correct one or more error conditions later and recompile the program. Both were substantial time savers in IBM mainframe OS/MVS and DOS/VSE COBOL environments. Computer Associates subsequently developed an additional product called CA-OPTIMIZER II for the OS/MVS operating system.