PL/B
Wikipedia has a good description, but the short answer is that PL/B stands for “Programming Language for Business.” It is an ANSI standard language that has been around for over 45 years. It’s a close relative to the COBOL language, except it has continued to evolve to the point that it is now more commonly compared to Microsoft’s Visual Basic language.
Despite the similarities, there is a fundamental difference between PL/B and Microsoft's Visual Basic. While Microsoft’s Visual Basic can be used to develop just about any kind of Windows program, PL/B is focused as a language that is tailor made for business data processing. This enables PL/B programs to be developed and maintained in less time than their Visual Basic equivalents.
Another advantage is that PL/B developed programs are platform independent. PL/B programs are actually pre-compiled (.plc) programs that can be executed via different runtime environments. When a program developed using the PL/B language is running, it is actually C code that is being executed. This enables the same PL/B program to be run in Windows, Apple Macintosh (Intel), HP Alpha 64 bit, HP 9000 32 bit, IBM AIX RS/6000, Linux (Intel), Linux (PowerPC), SCO Unix & Xenix/386, or SUN Solaris.
The biggest advantage PL/B has over its competition is due to the products developed by Sunbelt Computer Systems.
The term ANSI standard isn’t mentioned much in the programming world today. However, it is an important distinction between programming languages. An ANSI standard language is not owned by any one company, and it maintains a set of standards that ensure backwards compatibility. So languages that follow ANSI standards can continue to evolve, but they must also support backwards compatibility. This enables businesses to develop applications that can run for many, many years without fear of obsolesce.
So why choose PLB? If you’re considering developing your own software, you want something that you can depend on long term. You want a language that will work well into the future that isn’t tied to another company’s strategic plan and profit margin.