Welcoming the IBM Community

Author: Andy Youens

  • IBM i 7.6 Release

    IBM i 7.6 Release

    From Steve Will on the 8th April 2025 Happy new release day IBM i community! Welcome to 2025 and my first blog of the year. We are starting the new year off with a big one, as today we announce IBM i 7.6 and IBM i 7.5 TR6. Anyone following closely in the community, or…

  • Say Hello to IBMi 7.6

    Say Hello to IBMi 7.6

    Big, Bold & Better Than Ever! Attention, IBMi fans! The wait is over, and the latest and greatest version—IBMi 7.6—is finally here. Who would have guessed that name! Let us have a quick light-hearted look at this release. We cannot be serious all the time. If IBMi were a superhero, this release would be its…

  • Mapepire Introduction

    Mapepire Introduction

    In my last couple of articles, I have shown python accessing data on the IBM i, accessing both DB2 for i and SQLite. The SQLite article used an SQLite package to get the data, and for the DB2 for i example I used ODBC to retrieve data from the IBM i. In this article I’ll…

  • noxDB Intro

    noxDB Intro

    In November 2024 I was invited to the Benelux Common conference in the Netherlands to give a couple of workshops, and what a great event it was. I had the opportunity to meet up with a good friend of mine Niells Liisberg from Denmark, where we had time to look at a couple of projects…

  • Domain Migration
  • Open Ports on IBM i

    Open Ports on IBM i

    In this article I will talk about another great open-source utility for our IBM i. A couple of years ago I wrote an article on a great open-source utility called Service Command. It can be found at this link. As part of this package, we have a command called SCOPENPORTS. I will show what a…

  • Python DB2 for i Access

    Python DB2 for i Access

    Introduction In my previous article, I wrote about how to access a SQLite database and output the SQL resultset in a neat table. If you need a recap, my previous article can be found at this link. In this article I will show you how to access a DB2 for i table, and like my…

  • From SQL to Python: IBM i Database Queries

    From SQL to Python: IBM i Database Queries

    Introduction In this article I will show how we can use python on the IBM i to retrieve records from a SQLite database and output the results in a nicely formatted table. I will be using Python 3, which can be found in Open-Source Package Manager from ACS. Now we have python, we need the…

  • Article 600!

    Article 600!

    This is a historic post, article number 600 rolls of the print press! Here we celebrate this exciting feat. The number 600 pops up in various contexts, here are some interesting facts that have the number 600.

  • i-UG’s Summer Event Workshops

    The iUG’s summer event is just around the corner & this year promises to be more exciting than ever. With a focus on innovation & practical skills, the workshops are designed to empower IBM i professionals with the latest knowledge & tools. Whether you’re a seasoned developer or new to the IBM i community, these…

  • Access for Client Solutions 1.1.9.5

    Access for Client Solutions 1.1.9.5

    As the seasons change, so does the tech landscape. And just like clockwork, IBM has graced us with the latest iteration of their Access for Client Solutions (ACS) product. Say hello to version 1.1.9.5! In this article, we’ll delve into the exciting updates, enhancements, and features that ACS brings to the table. Installation If you…

  • Nano – A Great Open-Source Editor

    Nano – A Great Open-Source Editor

    In this article I show you how to use a great editor called Nano for any editing we have to do with files on our IFS. Yes, I can hear half the readers screaming ‘I can use Rational Developer for i!’ and the other half of the readers shouting, ‘I can do that with VS…