November 13, 2020
November 13, 2020 | Volume 14 Issue 53
- LEAD ARTICLE: Hands-Free SQL DROPs with New IF EXISTS Support
- FEATURED ARTICLE: Using SECTOOLS to Determine Your Current IBM i Security Settings
- FEATURED ARTICLE: Node.js for Enterprise IBM i Modernization
- NEWS HIGHLIGHT: Remain Software Milestone
- WEBCAST: 2020 IBM i Marketplace Survey Results Revealed
- MC VIDEO SHOWCASE: Design an Invoice in 10 Minutes
- EVENT: Panel Discussion: Your IBM i Security Action Plan
Hands-Free SQL DROPs with New IF EXISTS Support
Simplify your SQL script processing.
By Kent Milligan
Best practice dictates that an SQL database creation script would have the following pair of statements duplicated for each SQL object:
DROP TABLE table1;
CREATE TABLE table1 (col1 INT, col2 CHAR(10));
The pairing of the DROP and CREATE statements is done so that the script can remove old versions of the database objects and avoid failing with an “Object Already Exists” error. The problem with this approach is the DROP statement will fail with an “Object Not Found” error the first time you try to create this database on a system or partition.
IBM Quantum Computer Demonstrates Next Step Towards Moving Beyond Classical Supercomputing
Using SECTOOLS to Determine Your Current IBM i Security Settings
To make informed security decisions that move your company forward, you must first determine the current security settings.
By Carol Woodbury
Perhaps you’re new to IBM i security or security has been neglected for awhile and needs a reboot. In this article, I’ll explore the IBM i security features available to you and how I would use them to make decisions on how to proceed.
My business partner, John Vanderwall, and I have just started our own business again. To launch DXR Security, we needed to investigate the current business landscape and the tools available to determine how best to establish our new business (e.g., the current banking and accounting software, business partners with similar objectives, etc.). Basically, we had to do a reboot on the whole business startup process. Fortunately, we did this once before, when we started SkyView Partners, so we knew what to look for, but for entrepreneurs just starting out, the way would not be as obvious and much more research would be required.
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.
Node.js for Enterprise IBM i Modernization
Five Reasons Why Node Is the Solution your Company Needs Right Now
By Profound Logic Software, Inc.
Editor's note: This article introduces the updated white paper White Paper: Node.js for Enterprise IBM i Modernization, which is free to download from the MC White Paper Center.
Every business around the world uses legacy applications or code to some extent. Fortunately, for businesses on IBM i, these applications are typically very reliable and stable.