Come with me while I go on a journey of discovery setting sail from the land of Legacy AS400 coding techniques, sailing over the horizon in search of the future of IBM i Coding Techniques. The mission is to migrate away from green screen, also known as command line interface, and leave the old trusty

Read More

Playing with SQL on the IBM i System: IBM-i Aggregate Functions In the world of data management, SQL (Structured Query Language) stands out as a powerful tool for querying and manipulating databases. Among its many features, aggregate functions are some of the most valuable yet often underutilized capabilities. These functions allow you to perform calculations

Read More

Or — Two cool techniques to find the largest IBM i IFS Folders But first, what is the IFS? The IBM i Integrated File System (IFS) is a component of the IBM i operating system. It provides a unified interface for accessing and managing different types of file systems, similar to those found in personal

Read More

In our clan of gray haired AS400 and iSERIES programmers, we all have roots in the good old RPG LOGIC CYCLE. We have one foot in the old world of huge programs with tens of thousands of lines written in a very start-middle-end style, often with many subroutines. The other foot is in the modern

Read More

To set limitations on QZDASOINIT jobs using IBM i resources, you can follow these steps: These steps should help you manage and limit the resources used by QZDASOINIT jobs effectively. IBM have a terrific resource describing options to limit the number of resources that are used by all or some of the QZDASOINIT prestart jobs

Read More

Set the VSCODE/IBMi PATH to Open Source Packages on IBM i Setting the VSCODE IBM i PATH to open source packages on IBM i is beneficial for several reasons: So, how do we set this PATH in VS-CODE? My default path looks like this: /QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin We want to add the path to the opensource package binaries (/QOpenSys/pkgs/bin).

Read More

To use a 5250 green screen terminal in Visual Studio Code (VS Code) for IBM i, follow these steps: By having both your code and 5250 terminals within the same IDE, you’ll find it more efficient for RPG and open-source development.

...
Read More

Trick Question – the answer is moot because the AS400 is long dead. That glorious old creamy compuiter system hasn’t been around for decades. But, it’s grandson, the IBM POWER SYSTEM has a fully backward compatible version of the DLS. So, the question might be more accurately asked liked this: Is the IBM i DLS

Read More

BOB – is a tool to compile and recompile objects in the IBM i (AS400 iSeries) universe. Better Object Builder (BOB) is a free and open-source build system designed for the IBM i platform. It’s used to create native QSYS objects. Initially developed by S4i Systems, a leader in Electronic Document Management, BOB was originally created to build their own software

Read More

aka – “What do I need to consider before moving my IBM i to a Higher Password Level?” Before moving your IBM i Power System to a higher password level, there are several important considerations to ensure a smooth transition and maintain system security: By carefully planning and considering these factors, you can successfully move

Read More

Keeping your IBM i Power System Secure is key Using default passwords for your IBM i system is obviously a bad security practice! Default passwords can be a significant security risk because they are often well-known and can be easily guessed by unauthorized users. On your IBM i system, profiles that have a default password

Read More

IBM i Authority In the IBM i environment, you can encounter situations where different users require varying levels of authority to access objects or applications. IBM i authority settings can seem a little daunting to new admins, but they grounded in decades of real world usage and were so well designed they really have changed

Read More