RPG II: A Historical Overview of the Programming Language
RPG II, which stands for Report Program Generator II, was a notable programming language developed in the 1960s. RPG II, as the name suggests, was designed primarily to handle report generation tasks, but over the years, it expanded its role to handle general-purpose business computing tasks. RPG II’s significance lies not only in its utility for businesses but also in its impact on the development of programming languages that followed.
The Birth of RPG II
RPG II was created in 1965 by IBM as part of their broader initiative to provide high-level programming tools for their mid-range computer systems. The language was built on the earlier version, RPG I, but with significant improvements and additions that aimed to enhance its ease of use and its capabilities in automating business tasks. RPG I was originally created in 1959 for the IBM 1401 to generate reports, and RPG II followed as a much more refined version intended for more powerful machines like the IBM System/360 and System/34.

The ultimate solution to shorten links and manage your digital campaigns professionally.
• Instant and fast link shortening
• Interactive profile pages
• Professional QR codes
• Detailed analysis of your digital performance
• And many more free features!
RPG II was a procedural language, designed specifically for business applications and for handling large data sets. Its main objective was to automate the process of report generation, which at the time required a considerable amount of manual effort. Businesses and organizations were eager to adopt RPG II because it significantly reduced the time and resources required for tasks such as accounting, payroll processing, and inventory management. Over time, RPG II gained popularity, especially in industries where large databases and intricate reporting were central to the operations of businesses.
Core Features of RPG II
Despite its limitations compared to modern programming languages, RPG II introduced several innovative features that made it an attractive option for businesses in the 1960s and 1970s. Some of the key features of RPG II include:
-
Fixed Format Source Code: One of the hallmark characteristics of RPG II was its use of a fixed-format source code. This format was rigid and required the programmer to place code in specific columns of the source file. This arrangement had both advantages and disadvantages. On one hand, the rigid structure helped ensure that the code was organized and that programmers adhered to a standard format, which could be crucial for debugging. On the other hand, it limited flexibility and made the language harder to learn for beginners.
-
Business-Oriented Syntax: RPG II’s syntax was specifically designed for business-oriented applications. It focused on making it easier for programmers to manipulate business data, perform arithmetic operations, and generate reports. This focus on business logic made RPG II highly specialized for the types of programs that were in demand at the time, such as payroll and financial systems.
-
Built-in Report Generation: As its name suggests, RPG II was optimized for report generation. The language included built-in constructs that simplified the process of formatting reports, making it easy to display information in a readable manner. This was a significant time-saver for businesses, as manual report generation in earlier eras was a tedious and error-prone task.
-
Array Handling: RPG II supported array handling, which allowed programmers to manage collections of data more efficiently. This was an important feature for businesses that needed to process large datasets, such as inventories or customer lists, quickly and accurately.
-
File Handling Capabilities: RPG II had strong capabilities for managing files, which allowed it to integrate well with business applications that relied on large datasets stored in files. Its robust file handling features made it a suitable choice for managing databases and automating processes in areas such as accounting and payroll.
-
Control Flow and Looping Structures: RPG II also introduced basic control flow constructs like loops and conditional statements, which allowed programmers to build more complex programs that could execute different operations based on conditions or repeat certain tasks.
RPG II’s Place in the History of Programming
RPG II was one of the first widely adopted high-level languages that made it easier for non-specialists to program business applications. At the time of its release, programming was often a labor-intensive activity that required deep knowledge of machine code and assembly language. RPG II provided a much higher-level abstraction, which allowed businesses to automate tasks without needing to employ highly skilled programmers.
During the late 1960s and early 1970s, RPG II became widely used across many industries, particularly in accounting, inventory management, and other business operations. It was an important tool in enabling businesses to harness the computational power of IBM’s mid-range systems, which became popular for small to medium-sized enterprises.
While RPG II was designed to be an easier language to work with, it still required a solid understanding of programming logic and the intricacies of the fixed-format code. However, as businesses were looking for ways to streamline their operations, the adoption of RPG II represented a significant leap forward in business computing.
Evolution and Legacy
RPG II eventually evolved into more sophisticated versions of the RPG language. IBM continued to enhance the language over the years, with RPG III and RPG IV following in the late 1980s and early 1990s. These later versions included more advanced features, such as free-format coding (which removed the rigid column-based structure of RPG II) and enhanced data handling capabilities.
RPG II’s influence extended well beyond its original use case in business computing. The language was one of the early examples of a domain-specific language that tailored its syntax and features to the needs of a particular type of application. This focus on domain-specific programming would become a hallmark of many modern languages, which are often optimized for specific types of tasks, such as web development, data science, or systems programming.
In the decades following its release, RPG II continued to be used in many legacy systems, particularly in the IBM midrange environment. While many businesses moved on to more modern languages, RPG II’s ability to handle large datasets and generate reports remained a vital tool for many organizations, especially those who were heavily invested in the IBM AS/400 (later renamed the IBM iSeries) and its predecessors.
Conclusion
RPG II may seem primitive by today’s standards, but its role in the history of programming is undeniable. It represented an important shift toward making computing more accessible to non-specialists and helped businesses automate crucial tasks like report generation, accounting, and payroll. Although its use has diminished with the advent of newer languages and technologies, RPG II played a critical role in the early days of business computing, paving the way for future innovations in software development.
As we look back on its legacy, we can see how RPG II helped shape the evolution of programming languages, particularly those designed for business applications. The principles of domain-specific languages and report generation that RPG II helped establish continue to influence modern programming languages and software tools. Even today, the influence of RPG II can be seen in systems that prioritize efficiency and high-volume data processing, proving that even early programming languages have enduring value in the digital age.