16
Tue, Jul
4 New Articles

Lab Notes: ILE Call Performance

RPG
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

IBM has spent a lot of resources developing ILE RPG as a means of extending the venerable language into the 21st century. With ILE RPG, IBM says you can build modular RPG programs that use routines written and compiled in other languages on the AS/400. But most importantly, the implication from IBM is that the performance is very good. With this in mind, many shops are rigorously exploring ILE RPG in an effort to reengineer their applications for greater flexibility and performance.

Well, now that all the smoke has cleared from the glossy presentations about ILE, how good is it? Here are some tests I ran and my conclusions from looking at the numbers. The results were somewhat surprising.

I ran the tests shown in 1 on a dedicated E02 system using V3R1. IBMhas not verified the results in 2, but the RPG-to-RPG tests approximate the performance numbers shown in a COMMON presentation, "ILE Performance Comparisons."

I ran the tests shown in Figure 1 on a dedicated E02 system using V3R1. IBMhas not verified the results in Figure 2, but the RPG-to-RPG tests approximate the performance numbers shown in a COMMON presentation, "ILE Performance Comparisons."

The function I performed was moving one byte of information using a variety of methods. I used various iterations by submitting batch jobs. The numbers shown are in seconds and represent the CPU times for the jobs as reported by the system Job Accounting function.

Looking strictly at the numbers, it's not too difficult to draw the following conclusions:

o If you have 100 things to do, do it any way you want. ILE provides no significant advantage or disadvantage to the performance of the executing program.

o If you have 1,000 things to do, it's a big "so what" for all solutions except LR on and calling from RPG to CL. The other differences in performance are minor.

o If you have 1,000,000 things to do, even CALLB (test 4) will add some overhead. Assume you have a job that takes 20 minutes using EXSR (test 1). If CALLB adds 22 seconds for 100,000 iterations, then it would add 220 seconds for 1,000,000.

o If you read 1,000,000 records and do five CALLBs per record, the job that takes 20 minutes using EXSR will take roughly 40 minutes using CALLB. That's twice the performance hit for the price of a "modular" solution.

Looking at the results in more detail leads me to the following analysis:

Using the normal CALL command from RPG to CL is faster than using an ILE program and a CALLB to a CL module (compare jobs 5 and 6). This is mostly because CL has no concept like RPG's LR off, and, consequently, the overhead that occurs on any call to CL to set up the program still exists.

Because the performance of an ILE CALLPRC command from CL to RPG is very good, it may make some sense in RPG programs that need CL functions to have an ILE program with a mainline CL module that is returned to from RPG when a CL function is needed. In this case, this method may perform better than calling a CL program or a CALLB to a CL module.

I was impressed by how IBM lowered the overhead by having an RPG module calling another RPGmodule versus the traditional approach of calling an RPG program. Unfortunately, as my test results show, there is still a significant overhead of calling a module versus the traditional method of using an RPG subroutine.

There may be some more things that IBM can do to lower some of the overhead, but at this point, I would reach the same conclusion that was reached in the early days of the S/38: If you have big volume and you want to run as fast as possible, don't modularize. On the other hand, if you have a subfunction you only do 100 times a day, it doesn't matter how you do it.

Jim Sloan, president of Jim Sloan, Inc., is a software vendor and consultant. A retired IBMer, Sloan was a software planner on the S/38 when it began as a piece of paper. He also worked on the planning and early releases of the AS/400. In addition, Sloan wrote the TAA tools that exist in QUSRTOOL and is now the owner of the TAA Productivity Tools product. He has been a speaker at COMMON for many years.


Lab Notes: ILE Call Performance

Figure 1: Test Descriptions

 Test Description 1. RPG program with subroutine An RPG program executed a subroutine. 2. RPG program to RPG program-LR on An RPG program used the CALL operation to call another RPG program that ended with LR on. 3. RPG program to RPG program-LR off An RPG program used the CALL operation to call another RPG program that ended with LR off. 4. RPG module to RPG module-LR off An RPG module used the CALLB operation to call another RPG module that ended with LR off. 5. RPG program to CL program An RPG program used the CALL operation to call a CL program. 6. RPG module to CL module An ILE program invoked an RPG module that used the CALLB operation to call a CL module. 7. CL program to RPG program-LR off A CL program used the CALL command to call an RPG program that ended with LR off. 8. CL module to RPG module-LR off An ILE program invoked a CL module that used the CALLPRC command to call an RPG module that ended with LR off. 
Lab Notes: ILE Call Performance

Figure 2: Test Results in CPUSeconds

 Test 100 1000 50,000 100,000 Iterations Iterations Iterations Iterations 1. RPG program with subroutine .775 .851 3.970 7.481 2. RPG program to RPG program-LR on 2.868 21.591 1040.191 2074.436 3. RPG program to RPG program-LR off .931 2.132 67.747 134.328 4. RPG module to RPG module-LR off 1.199 1.435 15.177 29.455 5. RPG program to CL program 1.576 8.666 395.142 789.490 6. RPG module to CL module 2.057 9.958 438.860 876.653 7. CL program to RPG program-LR off 1.961 15.397 749.208 1490.823 8. CL program to RPG module-LR off .820 1.170 19.703 38.625 
BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: