August 8, 2022Alan Hamm and Chris Koppe
The irony of many IT departments is that they have spent many decades automating aspects of the business, literally encoding business processes and interactions with customers, partners, and suppliers to make those processes consistent and fast, but many of the processes used in the IT department itself are done manually and rely on the tribal knowledge of the system and application experts.
This is not only not necessary in many cases today, thanks to a myriad of automation tools that can be brought to bear on IT operations, but it is also dangerous and extremely risky. The systems that run your company are very likely both unique and complex, and finding a way to preserve that tribal knowledge to move it from the heads of the system and application elders into some form that is sharable and malleable is of paramount importance. This is one aspect of automation.
The other aspect of automation is to use tools that can radically speed up tasks that are being done manually, which gives the IT department itself more throughput and greater odds of success as they do projects. Such tools automate business process and workflows and thereby remove the risk of human error, cut the costs of operations and development, and ensure best practices in the systems, databases, and applications.
Both kinds of automation are necessary to help IBM i shops better adapt applications and databases to future business conditions, which is, in fact, the job of the IT department. It is not enough to just encapsulate the present business processes, but to find a way to allow new business processes, and new technologies, to be woven into the mix and in a way that does not compromise security.
So where are companies seeing the best return with automation? There are four key areas:
If the past several years have taught IT shops anything, it is that security has to come first, not last and not as an afterthought. And that is why we are talking about security automation first, not last. There are several ways that security can be automated in the IBM i system, and they are all interrelated and mutually reinforcing.
Tools like Fresches security software TGAudit can show that user profiles and resources in the system are properly locked down and then automatically schedule and generate reports that are necessary for both internal and external audits. This automation gives everyone a better chance to review whats going on and to catch things before it is time to present it to an auditor. But the TGAudit tool goes beyond this. It knows what best practices are in the industry as a whole and what regulatory requirements there are in specific industries, all of which are encoded into policy controls for system resources. That means reports can be generated to show where the system is out of compliance, and a specific policy can be enforced at configuration or compile or runtime (depending on the situation) to prevent the system from ever going out of compliance in the first place. TG Audit has over 500 reports that encompass all of the various industry regulations in the world that IBM i customers have to deal with, and those reports can be used to adjust policy templates that in turn lock down the system.
And if something is found that is out of compliance, TGAudit can automatically remediate the situation based on best practices encoded in policies in the tool.
The mindset that we need to get to as administrators is this: Instead of just going to the operating system or the database or the application making changes, we need to actually make the changes within a policy and then enforce that policy.
Of course, we also need to automate the monitoring of the system, the alerting of critical situations to the appropriate people, and possibly the automated response to alerts. There are simply too many logs and too much data in a modern system for a human being to sift through it. Automation is not just convenient here. For proper security, automation is necessary.
This is another area where tools really shine. First, lets consider the database.
Many IBM shops are still using old DDS databases instead of the more modern DDL databases, which have full-on relational capabilities as well as data integrity protocols embedded into the database. With DDS databases, foreign key constraints are between database tables and therefore the integrity of the data is managed at the program level, not within the database itself. This means it is very difficult to have a consistent means of data integrity. It is far better to simply let the Db2 for i database embedded in the IBM i platform do this itself. These old DDS databases also have short cryptic names and no relational information to connect the database tables together. This means you cannot simply use a report generation tool or dashboard to cull information from various databases to run the business as you can do thanks to the long names employed in the modern DDL database structure. The modern DDL database also has row column access control (RCAC), which enhances security.
There are tools like X-DB Transform that can automatically convert IBM i databases from DDS to DDL formats, and the upside is that the resulting relational databases will look more familiar to programmers who might be used to Microsoft SQL Server, Oracle Database, or various open source databases. You dont have to do this database conversion all at once, either. You can do it piecemeal. Depending on the size of the databases, it takes weeks to months a database with thousands of tables probably takes a few months.
Now, lets talk about application development automation, which is another aspect of modernization. There are tools that can convert from old fixed format RPG to the more modern free format RPG, which makes the syntax similar to that of other modern programming languages and therefore makes RPG more accessible to programmers more familiar with Java, PHP, and so on. There are also development tools that can automatically generate the architecture of a modular, object-oriented, API and microservices architecture and then all programmers have to do is create business logic modules and design their user interface. Once again, this brings speed and consistency to application development, and this is precisely how the hyperscalers have been coding for decades now. The point is, you dont have to refactor applications by hand, you can use automation to make it easier. The X-Elevate tool predefines the API layers, the connectivity, and data access patterns, so you dont have to code all of this. You just focus on the business logic and the interface.
Once code is created, it needs to be tested, and there is no reason in the 21st century that this business logic, user interface, and data verification testing should be done manually.
What is the one thing that most IBM i shops skimp on? Documentation. You all know its true. But what if big chunks of this never-ending documentation task were automated and not just in a one-off fashion, giving a static view of the system and application at one point in time, but actually updated itself as the system and applications change?
That would be automagical, right?
The X-Analysis tool can not only do impact analysis on changes to the system, but it can fully document the entire system, and it can even document older applications that you have retired so you have an understanding of how they work, how they were interconnected, and why they were architected the way they were.
Thats one aspect of documentation automation, at the developer level. But if you really want to document a system so others can understand it in the future, you need to document the business requirements that drove the development in the first place. This is where tools like Confluence (and SharePoint to a lesser degree) come in. These tools allow everybody to contribute knowledge about a system, business processes, and workflows and the knowledge is organized by business function, not by program as developers think about things. So, you can have that complementary business level knowledge and augment it with the tribal elder knowledge, so you know not only where things happened, but why both from a technical perspective as well as a business perspective.
The final piece of data that can feed into the automated documentation of the system is all of the information culled from a modern ticketing system such as Jira, which incidentally works very well with Confluence. When a ticket is issued to make a fix or change to the system, lots of information is generated and there is a trail of testing that is done, too, so you can document what worked and what didnt. This is all valuable information that needs to be preserved for future reference.
Here is another area where developers need to use automation tools every day: Impact analysis. And a classic example of impact analysis that a lot of IBM i shops are facing is resizing fields in their databases and applications. This sounds simple enough, but it is not at all trivial.
In the IBM i RPG and COBOL world, for good reasons like forward compatibility and making sure people dont corrupt the database, developers cannot just expand the database field and have that field change cascade across that field in every database table. Every program that touches that field has to be changed or at least recompiled. If you change your account number, for instance, it is like doing open heart surgery on an application.
We went into an IBM i shop recently that was expanding a field and their search showed it appeared in 192 different places in their application stack. When we looked with X-Analysis, we found it in 384 places. And if they had changed the field and almost certainly would have corrupted their databases because it was not found everywhere and they would not have known it until it was too late. Field resizing is a place where automation must be used, and we would argue that impact analysis should be done for all changes to the applications.
Being a modern enterprise means having modern applications with Web and mobile interfaces that are more familiar to the public these days, after 25 years of the commercial Internet, than the native greenscreens of the OS/400 and IBM i platform. To get to these modern interfaces does not require learning everything there is about Java, PHP, or JavaScript and trying to secure it all. You dont have to start from scratch.
With products like Presto, we can take existing greenscreen applications, or even particular interfaces in RPG programs, and expose them to be consumed by a browser on a PC, tablet, or smartphone. We can only take certain elements of the greenscreens for the new Web and mobile interfaces, or we can consolidate multiple screens into something that looks native to these graphical devices. And because Presto makes use of existing RPG code, you know they are already locked down you are coming in through the front door of the system, not a new side door off the kitchen.
If you want to go a bit more modern in creating applications, you create APIs that access system resources and you stitch these together to create that application. And that is where tools like WebSmart and X-Elevate come in. WebSmart lets you rapidly create RPG or PHP responsive web and mobile applications and APIs using templates and powerful IDE effectively new digital solutions and better integration. X-Elevate takes the business logic already inherent in your applications and exposes it as RESTful APIs. The great thing about X-Elevate is that if you no longer had your own source code, or that of a third-party application provider, then you can still create these RESTful APIs out of the blocks of business logic in the application. No source code required.
This integration of applications at the API level is how you integrate with cloud-based applications like Salesforce or how you hook applications from disparate systems together, say after a merger or acquisition. Creating those APIs consistently and automatically and securely is the only way to go.
One last thought. The recurring theme we see in the IBM i developer community, which we have always found to be strange in contrast to other platforms, is that IBM i developers associate their value to the organization with their knowledge of code, as opposed to their knowledge of the business processes. The latter is what the organization really values, and the former is just one particular implementation of it at one particular time. That means, with the right attitude, modernization is not scary but natural and can be well governed and documented. And, in fact, the more developers automate, the more time they get to do more interesting things for the business and actually demonstrate their value.
For decades, Fresches IT and IBM i experts have been helping companies implement automation and deliver better value to the business. If you have a project in the works, one in mind or simply want to explore more, talking to a strategist can help uncover new ideas and get you started. You can set up a meeting and learn more by sending an email to: Info@Freschesolutions.com.
Alan Hamm is senior Security Services Engineer and Chris Koppe is senior vice president of Transformation & Modernization Services at Fresche Solutions.
This content is sponsored by Fresche Solutions.
Thoroughly Modern: Good Security Is Just As Important As Good Code
Thoroughly Modern: The Real Top 5 Challenges For IBM i Shops Today
Thoroughly Modern: Improving The Digital Experience With APIs
Thoroughly Modern: IBM i Security Is No Longer Set It And Forget It
Thoroughly Modern: Taking Charge of Your Hardware Refresh in 2022
Thoroughly Modern: Building Organizational Resilience in the Digital Age
Thoroughly Modern: Time To Develop Your IBM i HA/DR Plan For 2022
Thoroughly Modern: Infrastructure Challenges And Easing Into The Cloud
Thoroughly Modern: Talking IBM i System Management With Abacus
Fresche Buys Abacus To Integrate From IBM i To Cloud To Code
What IBM i Shops Want From Cloud, And How To Do It Right
A Chat With Steve Woodard, The New CEO At Fresche Solutions
Thoroughly Modern: Making The Case For Code And Database Transformation
Thoroughly Modern: Making Quick Wins Part Of Your Modernization Strategy
Thoroughly Modern: Augmenting Your Programming Today, Solving Staffing Issues Tomorrow
Thoroughly Modern: Clearing Up Some Cloud And IBM i Computing Myths
Thoroughly Modern: IBM i Web Development Trends To Watch In the Second Half
Thoroughly Modern: Innovative And Realistic Approaches To IBM i Modernization
Thoroughly Modern: Running CA 2E Applications? Its Time To Modernize The UI
Thoroughly Modern: Understanding Your IBM i Web Application Needs With Application Discovery
Thoroughly Modern: Whats New With PHP On IBM i?
Thoroughly Modern: A Wealth Of Funding Options Makes It Easier To Take On Modernization
Thoroughly Modern: Speed Up Application Development With Automated Testing
Thoroughly Modern: The Smart Approach to Modernization Know Before You Go!
Thoroughly Modern: Strategic Things to Consider With APIs and IBM i
Thoroughly Modern: Why You Need An IT Strategy And Roadmap
Thoroughly Modern: Top Five Reasons To Go Paperless With IBM i Forms
Thoroughly Modern: Quick Digital Transformation Wins With Web And Mobile IBM i Apps
Thoroughly Modern: Digital Modernization, But Not At Any Cost
Thoroughly Modern: Digital Transformation Is More Important Than Ever
Thoroughly Modern: Giving IBM i Developers A Helping Hand
Thoroughly Modern: Resizing Application Fields Presents Big Challenges
Thoroughly Modern: Taking The Pulse Of IBM i Developers
Thoroughly Modern: More Than Just A Pretty Face
Thoroughly Modern: Driving Your Synon Applications Forward
Thoroughly Modern: What To Pack For The Digital Transformation Journey
Talking Digital Transformation With The New And Prior CEO
See the original post here:
- Automation Personnel Services - Temporary Staffing ... [Last Updated On: March 25th, 2016] [Originally Added On: March 25th, 2016]
- Automation | Define Automation at Dictionary.com [Last Updated On: March 25th, 2016] [Originally Added On: March 25th, 2016]
- Automation | Definition of automation by Merriam-Webster [Last Updated On: March 25th, 2016] [Originally Added On: March 25th, 2016]
- Automation | The Car Company Tycoon Game [Last Updated On: March 25th, 2016] [Originally Added On: March 25th, 2016]
- Automation - Wikipedia, the free encyclopedia [Last Updated On: March 25th, 2016] [Originally Added On: March 25th, 2016]
- Automation - Cloud process & workflow automation | Microsoft ... [Last Updated On: June 29th, 2016] [Originally Added On: June 29th, 2016]
- Riverside Automation - Machine Controls [Last Updated On: July 3rd, 2016] [Originally Added On: July 3rd, 2016]
- Automation: The Car Company Tycoon Game Windows - Mod DB [Last Updated On: July 3rd, 2016] [Originally Added On: July 3rd, 2016]
- System Integration | Industrial Automation [Last Updated On: July 3rd, 2016] [Originally Added On: July 3rd, 2016]
- WinAutomation - Smart Macro Recorder, Web Automation ... [Last Updated On: July 3rd, 2016] [Originally Added On: July 3rd, 2016]
- Automation Solutions - Home [Last Updated On: July 3rd, 2016] [Originally Added On: July 3rd, 2016]
- The Automation Conference [Last Updated On: July 3rd, 2016] [Originally Added On: July 3rd, 2016]
- Rohtek Automation [Last Updated On: July 3rd, 2016] [Originally Added On: July 3rd, 2016]
- JL Automation, LLC | Home Automation, A/V Automation [Last Updated On: July 3rd, 2016] [Originally Added On: July 3rd, 2016]
- Four fundamentals of workplace automation | McKinsey & Company [Last Updated On: August 27th, 2016] [Originally Added On: August 27th, 2016]
- Leviton Security & Home Automation [Last Updated On: August 27th, 2016] [Originally Added On: August 27th, 2016]
- EVA Automation [Last Updated On: September 6th, 2016] [Originally Added On: September 6th, 2016]
- News | Automation | The Car Company Tycoon Game [Last Updated On: September 6th, 2016] [Originally Added On: September 6th, 2016]
- Automation - The Car Company Tycoon Game on Steam [Last Updated On: September 6th, 2016] [Originally Added On: September 6th, 2016]
- Test automation - Wikipedia, the free encyclopedia [Last Updated On: September 6th, 2016] [Originally Added On: September 6th, 2016]
- Job Seekers - Automation Personnel Services [Last Updated On: October 8th, 2016] [Originally Added On: October 8th, 2016]
- Custom Automation & Machine Design | Automation GT [Last Updated On: October 31st, 2016] [Originally Added On: October 31st, 2016]
- iAutomation [Last Updated On: October 31st, 2016] [Originally Added On: October 31st, 2016]
- Test automation - Wikipedia [Last Updated On: November 16th, 2016] [Originally Added On: November 16th, 2016]
- Automation - Official Site [Last Updated On: November 19th, 2016] [Originally Added On: November 19th, 2016]
- Beckhoff Automation - Wikipedia [Last Updated On: November 21st, 2016] [Originally Added On: November 21st, 2016]
- Automation - Security Hyperstore [Last Updated On: November 21st, 2016] [Originally Added On: November 21st, 2016]
- IT Automation - BMC [Last Updated On: November 29th, 2016] [Originally Added On: November 29th, 2016]
- ID Automation [Last Updated On: November 29th, 2016] [Originally Added On: November 29th, 2016]
- The Best Home Automation Systems of 2016 | Top Ten Reviews [Last Updated On: December 24th, 2016] [Originally Added On: December 24th, 2016]
- What is Home Automation? | Home Automation Systems [Last Updated On: December 24th, 2016] [Originally Added On: December 24th, 2016]
- Beyond Automation - hbr.org [Last Updated On: December 25th, 2016] [Originally Added On: December 25th, 2016]
- Build automation - Wikipedia [Last Updated On: December 26th, 2016] [Originally Added On: December 26th, 2016]
- Home automation - Wikipedia [Last Updated On: January 10th, 2017] [Originally Added On: January 10th, 2017]
- Automation | Food Engineering [Last Updated On: January 13th, 2017] [Originally Added On: January 13th, 2017]
- Home Automation - Enerwave Home Automation [Last Updated On: January 14th, 2017] [Originally Added On: January 14th, 2017]
- Automation - DESHAZO [Last Updated On: January 14th, 2017] [Originally Added On: January 14th, 2017]
- Robots, Automation, EOAT, Grippers, Conveyors, Guarding [Last Updated On: January 26th, 2017] [Originally Added On: January 26th, 2017]
- Werner Electric | Automation [Last Updated On: January 28th, 2017] [Originally Added On: January 28th, 2017]
- Automationtechies | Automation Engineering Recruiting [Last Updated On: January 28th, 2017] [Originally Added On: January 28th, 2017]
- Automation - Mazak Corporation [Last Updated On: January 28th, 2017] [Originally Added On: January 28th, 2017]
- Automation | Technologies | Systems | Integrator ... [Last Updated On: January 28th, 2017] [Originally Added On: January 28th, 2017]
- Test Automation Services for Development of Regression ... [Last Updated On: January 28th, 2017] [Originally Added On: January 28th, 2017]
- Carlo Gavazzi Automation Components [Last Updated On: January 30th, 2017] [Originally Added On: January 30th, 2017]
- UI Automation Overview - msdn.microsoft.com [Last Updated On: February 5th, 2017] [Originally Added On: February 5th, 2017]
- New telecom transformation goals require service automation - TechTarget [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Global Hazardous Waste Handling Automation Market: By Products ... - Business Wire (press release) [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- 2M Automation wins IoT support from Schneider - Electronics EETimes (registration) [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Futures Shaped by Automation and Catastrophe: Peter Frase on Capitalism's Endgame - Truth-Out [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Automation expected to displace insurance underwriters, real estate brokers - CIO Dive [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Automation, robots could replace 250000 public sector workers in the next 15 years - Computer Business Review [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Design Automation Conference - Business Wire (press release) [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- The Perks Of Automation And The Risks: Why To Think Twice About Getting Into That Driverless Uber - Forbes [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Lib Dems Should Embrace Automation of the Workforce - Liberal Democrat Voice [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Voices Reinventing enterprise finance by overhauling AP automation - Accounting Today [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- How Accountants Can Use Automation Their Advantage - Accountingweb.com (blog) [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- DFLabs Launches the First Security Automation and Orchestration Platform based Upon Supervised Active Intelligence - Business Wire (press release) [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- QAD Automation Solutions is Honda Approved - Yahoo Finance [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- VIDEO: Going Big on Automation in a Small Footprint Facility - ENGINEERING.com [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Building a better model of human-automation interaction - Phys.Org [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- AlixPartners examines automation in manufacturing and logistics management - Logistics Management [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Report: Test automation is increasing - SD Times - SDTimes.com [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Automation is the unavoidable future of the economy - The Daily Cougar [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- GM's Cruise Automation Is Testing An App to Order Self-Driving ... - Fortune [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Speeders beware: Legislation would allow automation crackdown ... - SFGate [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Orbita Ingenieria: New Age Terminal Automation - Port Technology International [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- A Sharper Focus on the Edge - Automation World [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Rockwell Automation Surged 10% in January as Growth Picked Up Steam - Motley Fool [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Most people are optimistic about workplace automation, social data suggests - ZDNet [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Improving Behavior Through Automation of Vehicle Systems - School Transportation News (blog) [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- 'We employ insane levels of automation' Kris Canekeratne - Times of India [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Why Don't We See More Automation in Federal Networks? - Nextgov [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Technobabble: Automation and the modern worker - CIO Dive [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Readers Write (Feb. 12): The moose population; jobs, start-ups and automation; diversity in the funny pages - Minneapolis Star Tribune [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- Automation Nightmare: Philosopher Warns We Are Creating a World Without Consciousness - Big Think [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- Automation can replace bureaucrats and save taxpayers money - Hot Air [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- Automation can revitalize the US workforce - Fox News [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- TigerStop hopes to ride automation to new heights - The Columbian [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Hexadite Unveils Custom Playbooks Following One Millionth Automated Cybersecurity Investigation - Yahoo Finance [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- NEC updates postal automation system for Hongkong Post - ETCIO.com [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]