[[{“value”:”Welcome to another edition of Talsco Weekly IBM i Brief: 🔗 LightEdge Acquires Connectria. 🚀 Rocket DevOps Receives Major Update. AI: IBM AI Adoption Index. AI and the IBM i. Development: ❓ A Basic Node.js Question. A Deep Dive Into Node.js Streams. Data: 🔍 CD Query emerges as an alternative to DB2 Web Query. Training:
The post Talsco Weekly: AI and the IBM i appeared first on IBM i (AS/400, RPG) Recruiting, Staffing & Consulting.”}]] Read More
The Importance of BIFs, Part 1
[[{“value”:”You know, you have a numeric field from a file, and you use a BIF to convert it to a character field.
The second thing to keep in mind about BIFs is that while many use just one parm, most of them are going to have multiple parms that need to (or can be) passed within the parentheses.”}]] Read More
Security Bulletin: IBM Administration Runtime Expert for i is vulnerable to attacker executing arbitrary code on the system due to Dojo (CVE-2021-23450)
IBM Administration Runtime Expert for i uses Dojo to render it’s web interface. Dojo 1.3.3 could allow an attacker to execute arbitrary code on the system, as described in the vulnerability details section. This bulletin identifies the steps to take to address the vulnerability as described in the remediation/fixes section. Read More
How to initialize a timestamp variable using IBM i SQL NickLitten
More SQL Basics from the AI Archives How to initialize a timestamp variable using ibm i sql To initialize a timestamp in IBM i SQL, you can use the CURRENT TIMESTAMP special register which specifies a timestamp based on the reading of the time-of-day clock when the SQL statement is executed. If you need a Read More
Hey AI — “What are the different types of IBM i SQL Variable?” NickLitten
AI is getting clever. I’m honestly not too sure that AI is a good thing. We all watched the Terminator movies, right? But that being said, I like to use the Microsoft’s COPILOT AI, because it makes collating answers to questions so very simple. It certainly makes researching answers to quick questions just about a Read More