Introduction
Here we describe how to combine Qedit with popular MPE programming tools.
When you install Qedit, we “fix” the MPE compilers to read Qedit workfiles so that you won’t need to Keep before compiling. Many of the most popular third-party tools, such as PowerHouse and MPEX, already read Qedit workfiles. We also provide Editerr, a method for trapping and fixing compile errors with COBOL, Pascal, SPL, and C/iX.
/set lang cobol {what type of source file is this?} /compile * {compile current file and language} /prep {prep $oldpass into $newpass} /list "cust"(smart) {Smart means ignore "cust-rec"} /set udc udc.catalog.robelle {:COBERR and :EDERR} /coberr cob74xl,* {compile and display each error} /ederr pascal,* {same for Pascal}