This document describes how to use the system service tools macro SYSTEMHEAPS output to determine the address and current size of these heaps. This support can also be used to monitor for growth of these heaps. Read More
IBM i Update: June 2023 Rob Spivey
Welcome to your #IBMi update, your monthly update into what’s been happening in the IBM i community, with Andy Nicholson from Proximity. You can watch the video below or read the full article underneath. Watch the Video: Full Article: i-Power, Common Europe and a 35th Birthday! Your monthly update into what’s been happening in the
The post IBM i Update: June 2023 appeared first on Proximity. Read More
Innovating Integration Brian May
Using APIs Instead of Direct Database Access In today’s intricate business landscape, IT staff are in a constant state of intertwining multiple technologies on different platforms. Services and applications, internally and externally, need to be united to bring business value and innovation. Linking these various and ever-changing systems together to deliver modern solutions is of Read More
Copying multiple IFS files into one output file Simon Hutchinson
This us another post that came from a question I was asked by a reader of this blog. The question is:
I have multiple files in an IFS folder with similar names, each has a timestamp at the end of the file name to make them unique. How can I read all the files and write the contents into one file?
Fortunately there are two SQL Table Functions that can help me do this:
IFS_OBJECT_STATISTICS: To make a list of the files
IFS_READ: Read the contents of the files
The rest is pretty straightforward SQL and RPG.
Read more » Read More
Create a SSH Banner on IBM i FormaServe
Welcome to our next video series on IBM i, where we explore various tips and tricks. In this instalment, we will guide you through the process of creating a captivating banner for your SSH terminal sessions. Join us as we demonstrate just how effortless it is to design an informative banner that will enhance your SSH experience. Don’t miss out on any future content, so be sure to like this video and subscribe to our channel. If you appreciate our creative work, you can also support us by buying us a coffee at https://ko-fi.com/andyyouens. Your contribution fuels our passion for delivering quality tutorials. Let’s dive in and unlock the potential of your SSH sessions! ASCII Art generator – http://www.kammerl.de/ascii/AsciiSignature.php SSH Config location /QOpenSys/QIBM/UserData/SC1/OpenSSH/etc/sshd_config ⌚ Timestamps — Contents — 00:00 – Intro 02:18 – How do we do it? 02:42 – Create banner file 04:38 – Change config file 06:05 – Bounce the TCP/IP SSHD server 06:35 – Use ASCII art 07:32 – Our finished banner 07:45 – Check out learning.formaserve.co.uk & Powerwire.eu 08:07 – Wrap Up! 🚩 Connect with us on social – LinkedIn: https://linkedin.com/in/andyyouens – LinkedIn: https://www.linkedin.com/company/formaserve-systems/ – Twitter: https://twitter.com/AndyYouens – Twitter: https://twitter.com/FormaServe – Website: https://learning.formaserve.co.uk – Website: https://www.formaserve.co.uk 🔔 Subscribe to my YouTube channel https://www.youtube.com/FormaServeSystemsLtdLoughton?sub_confirmation=1 👋 Additional resources – GitHub: https://www.github.com/FormaServe/f_learning 📃Playlists – BASH on IBM i: https://www.youtube.com/playlist?list=PLohFZaDbDd2Pn7e4xMCsl5TQakkVUow8U – Open Source on IBM i: https://www.youtube.com/playlist?list=PLohFZaDbDd2Pj6A6Uaz_pfKGP6zmJohJ2 – Programming on IBM i: https://www.youtube.com/playlist?list=PLohFZaDbDd2Pg-OiESOSk8JBSkeaFjLA7 – IBM DB2 for i: https://www.youtube.com/playlist?list=PLohFZaDbDd2NUtmAhBBn-TdKNMXkwu9ha – Marketing: https://www.youtube.com/playlist?list=PLohFZaDbDd2Onve_ZFIgglJrxP8Rl33cn -☕ Could really do with a coffee after producing this video – https://ko-fi.com/andyyouensFrom: FormaServe Read More