19
Fri, Apr
5 New Articles

i5/OS V6R1: Upgrade Now or Later?

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

Does the program-conversion requirement in V6R1 mean you should put off your move to V6R1? That depends....

 

A lot of issues have been brought to light regarding the latest release of i5/OS, perhaps none bigger than the object conversion issue. I've heard incredible amounts of static on the mailing lists about this, and it's perhaps the single most talked-about topic regarding the upgrade to V6R1. But is it really that much of an issue? I contend that, depending on whom you are, there may be much bigger fish to fry.

The Elephant in the Room

But let's start with the elephant in the room: namely, object conversion. The short version is simple: Under certain conditions, programs that used to run on V5R4 (and earlier releases) will no longer work on V6R1. This is the first time this has happened since the platform was introduced, and it's causing a furor. It's quite a bit more complicated than that, however (and it's also not the first time something like this has happened, but I'll touch on that later as well).

 

The medium-length version is that V6R1 requires programs to be converted. An IBM-supplied command will do the conversion for you; it just requires you to allocate the time for the conversion in your upgrade plans. IBM supplies a command, ANZOBJCVN, that will help you estimate the required time. I'll talk more about that later.

 

The problem is that certain programs won't convert. Specifically, programs that were compiled for V4R5 and prior (including any program containing modules compiled for V4R5 and prior) and had observability removed will not convert. They are missing essential information required by the conversion tool.

 

The furor primarily stems from the perception that IBM is only telling people about this now, and V6R1 is about to be released into the wild. To be more accurate, IBM has been telling people about the concept of encapsulation since V5R1, and in fact all programs compiled for V5R1 or later have the appropriate information. And IBM has been clearly telling people that the programs need to be re-encapsulated since last summer (right about the time that V5R2 was no longer officially supported, an event whose importance will become clear in a moment).

The Long Version

OK, here's the long version. When you compile a program, it has lots of internal gook that is used for various system functions. How much gook you have depends on a number of things, such as debugging level or profiling. But in general, the default state for programs prior to V4R5 was to have something called "observability" included in the program object. In ILE, this information is stored at the module level and was included in the program (or service program) when the program was bound.

 

Now, a clever programmer could remove this observability using either the CHGPGM or CHGMOD command. This was done for various reasons, ranging from smaller object size to reduced ability to reverse-engineer programs.


However, one of the key features of observability is that it contains enough information for i5/OS to be able to convert a program as circumstances warrant. The last time we had a major conversion was the CISC-to-RISC days; many of us older fogies still remember seeing a system message the first time an old CISC program was run, as the operating system converted it to RISC architecture.

 

Well, there is enough change in the program model for V6R1 that a conversion is necessary again. And IBM saw this coming; as of V5R1, any time you removed observability on a program, the information was not physically removed but was instead hidden from application-level scrutiny. In fact, the help text for the RMVOBS keyword on the CHGMOD and CHGPGM commands tells you this. Below is the relevant text from the CHGPGM command:

 

Some programs retain unobservable creation data even when observable creation data is removed. OPM programs created for release V5R1M0 or later (TGTRLS parameter when the program was created) will always contain creation data even when *ALL observability is removed. ILE programs created only from modules created for release V5R1M0 or later will always contain creation data even when *ALL observability or *CRTDTA observability is removed.

 

What this means is that since V5R1 IBM has built in a safeguard to prevent you from removing the information crucial to an upgrade. Note though, that the behavior of this depends on the TGTRLS parameter. That is, if you compile your program or module for TGTRLS(V4R5) or earlier, you can still circumvent this safeguard and thus create objects that cannot be converted.

 

And that, dear reader, is why the V5R2 end-of-service date is so important. With IBM's policy of only allowing TGTRLS to specify as far back as two releases, then V5R2 was the last release on which you could create an object targeted for V4R5. As of release V5R3, the furthest back you can compile is TGTRLS(V5R1), which includes the creation data safeguard.

 

So now that V5R2 has gone out of service (back in April of 2007, nearly a year ago), no programs compiled on an up-to-date release will fail conversion. In fact, it will now take quite the perfect storm of circumstances to create a program that will not convert. It's not impossible, but it does require some work:

 

  1. An OPM program, or one or more modules of an ILE program, must be compiled at target release V4R5 or earlier.

  2. This means they must be compiled on an out-of-service machine running on release V5R2 or earlier.

  3. Observability must have been removed.

 

And even if that does occur, you can still fix the problem by recompiling the offending module or program. So you're still OK, unless you have no source. Not only that, you have no source and you are attempting to upgrade to the latest release of the operating software.

So Who Does This Really Affect?

Well, let me go down the list.

 

  1. Software vendors. No reason their stuff shouldn't work, since they should have compiled once in the last year on an in-service machine. Remember, if you compile everything on a V5R3 or later machine, there is no way to create programs that do not convert. (That "everything" qualifier is a tricky one, though, and you'll see why shortly).

  2. Shops on up-to-date vendor software. They should be fine, and if they're not, they have reason to really complain to their vendors (see #1).

  3. Shops running software with observability. These folks are fine.

  4. Shops with home-grown software with source. They should be fine as well once they recompile everything. In the worst case, they'll have to recompile programs that they haven't compiled in years. Again, the "everything" piece can be a gotcha.

  5. Shops running software without source on back releases. These are "stabilized" systems; it ain't broke, and they ain't fixing it. These folks are fine, because they aren't upgrading to V6R1.

  6. Shops running old software without source and without observability but on up-to-date releases.

 

So of all the segments above, the only folks with problems are shops that want to upgrade to newer releases of the software yet they're running old software without source. These folks are definitely in trouble, and if you fit that particular profile, you had best start doing some research.

 

Typically, this happens when someone has old software that's no longer on maintenance, or the company they bought it from is no longer around. It happens more than you might think; there are folks still running S/38 code out there. And those folks are now at a serious decision point: resubscribe to maintenance (if possible), rewrite the old pieces, stabilize at V5R4, or move the affected features to another platform. None of these are particularly appealing options, but that's the crossroads we're at. However, as I've said, this is not a huge issue for most shops. Again, unless you fit #6 on the list above, you are in good shape.

Other Issues

Honestly, I think there has been way too much hype on the program conversion issue. Unless you fit the profile above, it's a complete non-issue. Other compatibility issues exist in V6R1 that might bite you hard.

JVM Defaults to Not Adopting Authority

This won't affect those people who have switched from the "classic" JVM to the new IBM Technology JVM, but if you're still using the classic version and you have created your Java programs to adopt authority, then these will stop working with V6R1. The only way to get them to work is to install a special PRPQ, and IBM highly discourages even that, because the PRPQ will be withdrawn in "a future release." The point is that an application that used to work in V5R4 may now start getting authority problems in V6R1.

SQL Call Level Interface (CLI) API

If you use the SQL CLI APIs, you may be querying the returned data to determine the type for a column. For some reason, IBM has changed the values for two types. Binary fields changed from 96 to -2, while varying binary types changed from 97 to -3. If you use these values, you have to change your code!

FTP Client Defaults to Extended Passive Mode

This is a good thing if your FTP server supports it; EPSV mode can help resolve some communications issues, especially when dealing with firewalls and SSL. But if your FTP server doesn't understand EPSV mode, suddenly you may start seeing errors on FTP scripts that used to work just fine.

CLOSQLCSR Defaults to *ENDMOD

This change probably won't affect the majority of users, and even for those it does affect, it is easy to fix by simply specifying the appropriate SQL option. However, the fact that the cursor is closing at the end of the module could cause some hard-to-diagnose errors or even performance problems.

New Syntax for JOIN with Using Clause

Because of a change that makes SQL syntax more standard, previously working code will now cause an error. Before, you would specify the following:

 

select t1.a2 from t1 join t2 using (a2,a3)

 

However, since a2 is in the using clause, it must be the same in both files, so you really don't need to qualify it. And in fact, in V6R1 you cannot qualify it. Instead, you must code the statement this way:

 

select a2 from t1 join t2 using (a2,a3)

 

Any code using the previous syntax must be modified.

CCSID on Java Runtime.exec()

This could really burn you. i5/OS is an EBCDIC environment, and Java is a Unicode environment, and PASE is UNIX and thus essentially an ASCII environment. Because of this, running Java programs in the PASE environment could require special consideration of CCSID issues. Sometimes, you had to write code to convert the stream files; other times, you could just pass the stream to another program. But no matter what, you had to be careful and consistent. With the new release, they've made it easier for new code because the child process will output its text using the file.encoding attribute of the JVM. And while this does indeed make it a bit less complex to write new code, any existing code depending on the old behavior must be rewritten. There is a compatibility flag, but that then makes new code use the old complex rules.

And on and On...

This is by no means an exhaustive list, either! To get more information, you should get the <complete list from IBM. The selection above is simply meant to point out that V6R1, like any new release, has a wide variety of issues that need to be reviewed and addressed, and that in that context, the fact that you might need to recompile your programs is really not that big of a deal.

Back to ANZOBJCVN

OK, so how big of a deal is it? Well, IBM provides a command that helps you answer that question. The command, ANZOBJCVN, is available via PTF. On my V5R4 machine, the PTF number is SI28415. On a machine with Internet connectivity, installing the new command is a snap. First, I ran SNDPTFORD, in my case for PTF number SI28415. In my joblog I saw the following messages:

 

PTF 5722SS1-SI28415 V5R4M0 received and stored in library QGPL.

Cover letter has been copied to file QAPZCOVER member QSI28415.

PTF 5722SS1-SI28410 V5R4M0 received and stored in library QGPL.

Cover letter has been copied to file QAPZCOVER member QSI28410.

PTF 5722SS1-SI26706 V5R4M0 received and stored in library QGPL.

Cover letter has been copied to file QAPZCOVER member QSI26706.

PTF 5722SS1-SI25502 V5R4M0 received and stored in library QGPL.

 

Then I did a LODPTF *SERVICE, followed by an APYPTF. This added a command ANZOBJCVN into QSYS, which I was then able to run. The command has several options, the two primary ones being OPTION(*COLLECT) and OPTION(*REPORT). The first option goes out and looks at the objects on your machine, while the second prints a report based on what has been collected.

 

I won't go into a long description of how to use the tool; it's all spelled out in detail in the IBM Informational APAR II14306. However, I can tell you something I found very interesting.

 

I ran the tool on my PSC/400 product, a product that I upgrade on a regular basis and that has been under constant development over the past several years. It took about 10 minutes to download and install the PTF and another 10 minutes to run the program on my libraries. And I found that several of the objects in PSC/400 failed!

 

This was rather amazing to me. I had fully expected zero errors, since I regularly recompiled and did nothing out of the ordinary. And yet, there they were. And so I went in and looked at the programs in question and I found the issue.

 

It seems that I have a utility routine that I have used for sending error messages for about a decade, and it hasn't changed in nearly five years. In fact, the routine has become so ubiquitous in all of my code that I moved it into a separate utility library; that library contains cross-product code that is used by not only my commercial products, PSC/400 and CPYSPLFPDF, but also my internal utilities and even code I write for clients. And while I regularly recompile my PSC/400 code, I haven't recompiled that one utility routine since September of 2003, with a target release of V4R5.

 

And so, since I regularly remove observability for my programs, any program that had that module statically bound would and did fail. I don't want to debate the pros and cons of having utility modules or of static binding; I just thought this would be a good real-world example of how even the best-intentioned system could cause problems with the new V6R1 requirements

 

It was quite easy to fix my programs. A quick recompile and rebind and everything was good. Of course, had I not had the source, I'd have been in a pickle. So I guess the moral of this particular story is that it's a good idea to get the tool as soon as possible and run it, just to see what's lurking. But also, please don't get blinded by this one small issue and forget to check all the other things in the memo to users. You might be surprised by what you find.

Joe Pluta

Joe Pluta is the founder and chief architect of Pluta Brothers Design, Inc. He has been extending the IBM midrange since the days of the IBM System/3. Joe uses WebSphere extensively, especially as the base for PSC/400, the only product that can move your legacy systems to the Web using simple green-screen commands. He has written several books, including Developing Web 2.0 Applications with EGL for IBM i, E-Deployment: The Fastest Path to the Web, Eclipse: Step by Step, and WDSC: Step by Step. Joe performs onsite mentoring and speaks at user groups around the country. You can reach him at This email address is being protected from spambots. You need JavaScript enabled to view it..


MC Press books written by Joe Pluta available now on the MC Press Bookstore.

Developing Web 2.0 Applications with EGL for IBM i Developing Web 2.0 Applications with EGL for IBM i
Joe Pluta introduces you to EGL Rich UI and IBM’s Rational Developer for the IBM i platform.
List Price $39.95

Now On Sale

WDSC: Step by Step WDSC: Step by Step
Discover incredibly powerful WDSC with this easy-to-understand yet thorough introduction.
List Price $74.95

Now On Sale

Eclipse: Step by Step Eclipse: Step by Step
Quickly get up to speed and productivity using Eclipse.
List Price $59.00

Now On Sale

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

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: