The PL/I Programming Language
Click below to go directly to a specific section:
History |
Significant Language Features |
Areas of Application |
Sample Programs
Related Links |
Printed References |
Acknowledgements
History
PL/1 was developed as an IBM product in the mid 1960's, and was originally named NPL (New Programming Language). The name was changed to PL/1 to avoid confusion of NPL with the National Physical Laboratory in England. If the compiler had been developed
outside of the United Kingdom, the name may have remained PL/1.
Until the time this new language was developed, all previous languages had focused on one particluar area of application, such as science, artificial intelligence, or business. PL/1 was not designed to be used in the same way. It was the first large-s
cale attempt to design a language that could be used in a variety of application areas.
Significant Language Features
PL/1 had the following significant language features:
- PL/I is completely free form and has no reserved keywords.
- It precisely defines it's data types without regard for any hardware.
- PL/I is a block-oriented language, consisting of packages, begin blocks, and statements. This type of structure allows the programmer to produce highly-modular applications.
- PL/I contains control stuctures. For example, SELECT...WHEN...OTHERWISE allow logical operations, and DO statements allow units to be executed unconditionally one time, forever, or while a condition is true or until a condition becomes true.
- PL/I supports arrays, structures, unions, arrays of structures or unions, structures or unions of arrays, and combinations thereof.
- PL/I provides four different storage classes: AUTOMATIC, STATIC, CONTROLLED, and BASED. Application objects' data type, representation, nature of use, etc... normally decides the type of storage class used for each.
Areas of Application
PL/1 was used significantly in both business and scientific applications. It was also the main language taught at the University of Michigan Dearborn for a period of time. However, it's popularity has declined in recent years, due to the introduction
of newer programming languages.
These are a few of the places were PL/1 was/is used:
- Marathon Oil Company
- Ford Motor Company
Sample Programs
Related Links
Printed References
- Rich, Robert P. Internal Sorting Methods Illustrated with PL/I Programs. Englewood Cliffs: Prentice-Hall, 1972.
- Sebesta, Robert W. Concepts of Programming Languages. 3rd ed. Menlo Park: Addison-Wesley, 1996.
Acknowledgements
The Hello world! program was written with the help of the Hello, World Page!.
Last modified: 03:31 PM on 11/09/1996
This page has been accessed