November 16, 2018
November 16, 2018 | Volume 14 Issue 29
- LEAD ARTICLE: TechTip: TechTip: Checking Character and Numeric Data with SQL Functions
- FEATURED ARTICLE: Things That Make Me Go “Hmm”
- FEATURED ARTICLE: ILE RPG Tutorial: Using CALLP to Call an ILE Program
- NEWS HIGHLIGHT: Free Work with Active SQL (WRKACTSQL) Command Get Control of ODBC Jobs
- WEBCAST: IBM i: It’s Not Just AS/400
- MC VIDEO SHOWCASE: Design an Invoice in 10 Minutes
- EVENT: From Awareness to Action: an IBM i Security Panel Discussion
TechTip: Checking Character and Numeric Data with SQL Functions
SQL functions that check the validity of character and numeric data in your RPG code can be implemented by using the hexadecimal representation of the data and the SQL predicate REGEXP_LIKE.
By Juan Macias
Considering the hexadecimal representation of data, it doesn't seem to be difficult to find regular expressions that allow us to check whether character and numeric fields contain valid values.
IBM Quantum Computer Demonstrates Next Step Towards Moving Beyond Classical Supercomputing
Things That Make Me Go “Hmm”
Carol discusses things that are a bit puzzling when it comes to IBM i security settings.
By Carol Woodbury
I wish I could link to a video of my 20-month-old niece putting her chubby little index finger on her chin, cocking her head slightly, and saying “Hmm.” So cute but so darn accurate for this article. Here are some configuration settings examples that have seriously made me say, “Hmm…what was the administrator thinking when they did this? This makes no sense.”
Why Migrate When You Can Modernize?
Explore the main considerations you should be aware of before embarking on a (migration or modernization) project. Take a deeper dive into business motivations and factors that could potentially influence your decision to migrate or modernize your existing IT platform and its risks.
More 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 companyare not aligned with the current IT environment.
Node Webinar Series Pt. 1: The World of Node.js on IBM i
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.
Part 1 will teach you what Node.js is, why it's a great option for IBM i shops, and how to take advantage of the ecosystem surrounding Node.
In addition to background information, our Director of Product Development Scott Klement will demonstrate applications that take advantage of the Node Package Manager (npm).
watch now!
Low Code: A Digital Transformation of Supply Chain and Logistics
Learn how businesses leverage Low-Code to continue to deliver value through digital transformation. Discover how the power of Low-Code is helping many businesses evolve their supply chain, increase ROI, and achieve more tangible results.
Watch this webcast now.
Easiest Way to Save Money? Stop Printing IBM i Reports
The 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.
Rerun another report? Never again. Try the Robot Report Management Solution FREE for 30 days.
Comply in 5! Well, actually UNDER 5 minutes!!
TRY 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.
ILE RPG Tutorial: Using CALLP to Call an ILE Program
Learn how to use a prototyped call, an alternative to an ILE RPG sub-procedure, to call one program from another
by David Shirey
Editor’s Note: This article is excerpted from chapter 8 of 21st Century RPG: /Free, ILE, and MVC, by David Shirey.
In some situations, when using an ILE sub-procedure in your program, you may want to write the sub-procedure up as a small program and then call it from another program. Granted, that is not technically a sub-procedure, but we will let that go for the moment and concentrate on the call of one program by another.