Sidebar

AS/400e Means E-business

Commerce - Other
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Based on the inundation of e-business marketing from IBM, Sun Microsystems, Hewlett- Packard, Microsoft, and a host of networking services and hardware vendors, it might appear to the casual observer that the AS/400 is not a player in the e-business marketplace. This is an incorrect perception. The AS/400e means e-business. Yet, many companies develop Web sites on other platforms. Does the AS/400 lack the modern Web capabilities to compete with other platforms? Prior to V4R3, this may have been the case. V4R3, however, put the AS/400 on par with other platforms, and V4R4 pushes the AS/400 into the lead in some areas of e-business. Another common misconception in the marketplace is that the AS/400 costs more than other platforms. Yes, the hardware can cost more, but when all costs are considered, AS/400e is often a less-expensive way of providing the Internet services your company needs.

 

Static Web Sites

 

In the static Web-serving environment of a small company that does not require high availability or much system administration, such as backup and recovery, security, and log archive and analysis, the AS/400 may be overkill. For the enterprise, however, the AS/400 should be given strong consideration. A Web site is often the public’s first impression of a company. If the site is unavailable or contains corrupted data, a visitor leaves with a negative impression of the company. The AS/400 is highly accessible via the Web and is known for maintaining the integrity of data.

Another common occurrence that follows the initial implementation of a Web site is growth. This growth is usually measured by the number of hits on the Web site. However, growth will also occur in the number of pages stored on the site and, with e-business, the number and complexity of transactions that are supported by potentially large numbers of users. Anyone familiar with the AS/400 knows the platform can scale from a relatively small server to a very large one. If you created your static Web site on another platform, it would be a simple matter of configuring a Web server and copying files in order to migrate your static site to an AS/400. When a company makes the transition from static pages to dynamic pages and e-business (accessing data or applications from a Web browser), the strengths of the AS/400 begin to clearly distinguish it from other platforms.


 

Dynamic Web Sites

 

A dynamic Web site is often attempted as a pilot project. If this project comes in over budget and late and then continues to devour large amounts of time and money, future projects may be jeopardized. To minimize this risk, e-business projects should be deployed on a platform that takes advantage of existing skills, requires minimal manual intervention, and is extremely reliable.

Security also becomes a paramount concern when moving to a dynamic Web site. If you are an AS/400-based business, you know that the AS/400 is the most securable platform available. With your existing skill set, you know how to secure an AS/400, how to develop secure applications, and how to securely access data on your AS/400. These skills, with the addition of a few APIs, can transform your RPG development staff into Web programmers. Protecting the investment in your existing AS/400 applications and leveraging your existing skill set can be reason enough to choose the AS/400 as your e- business platform. To understand all of the advantages of the AS/400 as an e-business platform, let me examine, in detail, its strengths in the following areas: integration, scalability, security, and total cost of ownership.

 

Integration

 

The AS/400 is a complete solution. Applications and utilities that are purchased separately for other platforms are bundled into OS/400. The Internet features integrated in OS/400 include the following: virtual private network (VPN), secure Web serving (HTTPS), a Digital Certificate Manager (DCM), a standard Web (HTTP) server, a persistent Common Gateway Interface (CGI) programming environment, a Java servlet engine, an Internet programming environment with Net.Data, Domain Name System (DNS), and Network Address Translation (NAT). Also included are standard TCP/IP applications and servers such as Telnet, FTP, Simple Mail Transfer Protocol (SMTP), POP3, Dynamic Host Configuration Protocol (DHCP), Bootstrap Protocol (BOOTP), Trivial File Transfer Protocol (TFTP), REXEC, Network File System (NFS), and Lightweight Directory Access Protocol (LDAP).

In addition to this long list, OS/400 has always provided integrated security, performance management tools, and interprocess and intermachine communications. High- availability tools were available as OS/400 add-ons before they ever reached the UNIX or NT markets. In addition to these features, the database, one of the most costly additions to many operating systems, is an integral part of OS/400. Although other platforms include some of these system programs, the AS/400 provides all of these features, which are designed to work with one another, at no additional charge.

 

Scalability

 

Today, the largest AS/400 dwarfs mainframes from a few years ago. True scalability, however, involves two other factors that list among the AS/400 strengths: the ability to compete as an entry-level server for small and medium businesses and the ability to smoothly migrate from a smaller system to a larger one with no code changes and minimal manual intervention.

At today’s list prices, the AS/400 hardware and software required to do e-business and serve Web pages that integrate and display business data can cost less than $12,000 for a model 170 Invader server. According to the V4R4 Performance Capabilities Reference, at a 50 Commercial Processing Workload (CPW) rating, the Invader can handle about 59 hits per second, or about 12 static Web pages and all of their graphics. At that rate, a Web site running on this machine could serve 43,000 Web pages in an hour. Will your start-up site generate that much demand? If your Web site stays on a model 170, it can scale to more than 250 Web pages per second. This is true scalability and still at the low end of the


AS/400 range. Even bigger 7XX Northstar server models are available for customers with big e-business workloads.

When you move to e-business, the easiest environment to implement is probably Net.Data. Because you may want to validate your users and secure your data, you will also probably want to use encryption. As it turns out, the combination of Net.Data and encryption is the least effective implementation for performance, reducing throughput on the machine I described to about six Web transactions per second. Six transactions per second translates to more than 21,000 Web transactions per hour. With a better-performing solution such as servlets or CGI programs, you can increase this number to around 11 transactions per second. Keep in mind that the workloads are cumulative and that your Web site will grow. Buying a larger AS/400 than what you immediately need can be more cost effective than paying for several incremental upgrades in the future.

Figure 1 illustrates an e-business scenario in a secure environment. In this case, an e- business server is placed on a perimeter network that is connected to the Internet. This connection between the Internet and your production environment makes optimal use of the integrated, secure communication capabilities of your AS/400. One way you can implement this connection is by creating Advanced Program-to-Program Communication (APPC) controllers to communicate between the systems. When a user requests information stored on the production AS/400 (the price of a product, for example), a Web application posts the product number of the requested item on a remote data queue that is read by the production AS/400. The production AS/400 posts the price to a remote data queue that is read by the Web application, and the Web application then displays the result to the user. It would be a simple configuration change to have the user enter a user ID and password or a client certificate to restrict access to the e-business application.

The above scenario poses little to no threat to the production environment. To even attempt to break into the production system, a malicious user would have to break down the application and system security of the e-business system, a daunting task that has not been accomplished to date. After accomplishing this difficult feat, the intruder would have to circumvent APPC security and post to the data queue in the correct format. To get this far, the user would have accomplished the equivalent of compromising a user profile equivalent to QSECOFR. If all of this were possible, this superhuman user would now be faced with a data queue application on the production system that is configured for read-only access by one specific, unknown user profile.

Other platforms do not offer APPC, data queues, object architecture and security, and the auditing and logging capabilities necessary to create a solution as secure as the AS/400. The integrated security and communication features of the AS/400 provide an extremely secure solution at no additional cost.

 

Total Cost of Ownership

 

One of the most compelling reasons to choose AS/400 over other platforms is the total cost of ownership. International Data Corporation published a bulletin (17428) in November of 1998 that detailed the costs of owning a server for three years. (You can find this study on IBM’s Consultant Support Web page at www.as400.ibm.com/ conslt/servselect.htm.) Not only does the total cost of ownership greatly favor the AS/400, but you can also see an interesting relationship between the total cost of hardware and software and the total cost of ownership over three years. The total cost of owning and operating an AS/400 for three years is 2.9 times the total cost of the hardware and software. This multiplier increases to
4.5 for UNIX and 5.4 for Microsoft Windows NT. Decision-makers often err by choosing a platform based on the check they will write today as opposed to the total, long-term costs involved. To assist in the decision, I’ve created a worksheet, shown in Figure 2, that you can use to calculate total costs. Because


 

Security

 

of the nature of e-business, I have added services as another cost. Creating e-business applications will require new skills and applications. If CGI is adequate for your needs (and it is for most), then, as I’ve stated, a COBOL or RPG programmer needs to learn only four or five new APIs to become a Web programmer. If a new programming environment or application set is going to be implemented, it will be necessary to budget for training as well. If you are an existing AS/400-based office, a few other factors contribute to the total cost of ownership as shown in Figure 2. These factors include use of your existing skill set (programming and system administration), reuse of your existing source code and applications, use of existing data, and maintenance of all corporate data in a single place.

 

Weigh Your Options

 

Using the AS/400 has its disadvantages, and you need to know about them to make an educated business decision. The primary disadvantage of using the AS/400 as an e- business platform is the lack of education and references available for Web-enabling existing data and applications. The skills are relatively easy to learn, but locating the education or references can be difficult. The best sources are often magazine articles and training sessions. Another disadvantage can be the AS/400’s lack of exposure. It can be difficult to convince executives that the AS/400 is a superior Web platform when they have only heard of other platforms. This can be especially difficult because IBM often leads with other platforms.

These disadvantages can sometimes appear to be insurmountable obstacles. However, the technical and cost advantages I’ve detailed outweigh them. It is common sense to investigate all of the costs associated with any solution. After a thorough investigation, I am sure that you will discover the AS/400 provides a cost-effective platform to create secure e-business applications with many of the skills and resources you already possess.

 

References and Related Materials

 

IBM’s Consultant Support Web page: www.as400.ibm.com/conslt/servselect.htm

Production AS/400 Production/Secure Network

 

AS-_400e_Means_E-_business04-00.png 116x143

 

E-business AS/400

Perimeter Network

Internet

Figure 1: This network diagram demonstrates what a secure AS/400 e- business solution looks like.


Secure Connection

 

AS-_400e_Means_E-_business04-01.png 90x109

 

Item AS/400 NT Solution UNIX Hardware
Web Server Software
Web Applications
Security Software
Performance Software
Database Package
Communications Software
High Availability
Backup and Recovery
Security Software
Training
Total HW and SW Costs
TCO Multiplier 2.9 5.4 4.5 Total Cost of Ownership
Services
Long-term Costs

Figure 2: Use this worksheet to calculate the total cost of ownership of the AS/400.


BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

RESOURCE CENTER

  • WHITE PAPERS

  • WEBCAST

  • TRIAL SOFTWARE

  • White Paper: Node.js for Enterprise IBM i Modernization

    SB Profound WP 5539

    If your business is thinking about modernizing your legacy IBM i (also known as AS/400 or iSeries) applications, you will want to read this white paper first!

    Download this paper and learn how Node.js can ensure that you:
    - Modernize on-time and budget - no more lengthy, costly, disruptive app rewrites!
    - Retain your IBM i systems of record
    - Find and hire new development talent
    - Integrate new Node.js applications with your existing RPG, Java, .Net, and PHP apps
    - Extend your IBM i capabilties to include Watson API, Cloud, and Internet of Things


    Read Node.js for Enterprise IBM i Modernization Now!

     

  • Profound Logic Solution Guide

    SB Profound WP 5539More 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.

    Get your copy of this important guide today!

     

  • 2022 IBM i Marketplace Survey Results

    Fortra2022 marks the eighth edition of the IBM i Marketplace Survey Results. Each year, Fortra captures data on how businesses use the IBM i platform and the IT and cybersecurity initiatives it supports.

    Over the years, this survey has become a true industry benchmark, revealing to readers the trends that are shaping and driving the market and providing insight into what the future may bring for this technology.

  • Brunswick bowls a perfect 300 with LANSA!

    FortraBrunswick is the leader in bowling products, services, and industry expertise for the development and renovation of new and existing bowling centers and mixed-use recreation facilities across the entertainment industry. However, the lifeblood of Brunswick’s capital equipment business was running on a 15-year-old software application written in Visual Basic 6 (VB6) with a SQL Server back-end. The application was at the end of its life and needed to be replaced.
    With the help of Visual LANSA, they found an easy-to-use, long-term platform that enabled their team to collaborate, innovate, and integrate with existing systems and databases within a single platform.
    Read the case study to learn how they achieved success and increased the speed of development by 30% with Visual LANSA.

     

  • Progressive Web Apps: Create a Universal Experience Across All Devices

    LANSAProgressive Web Apps allow you to reach anyone, anywhere, and on any device with a single unified codebase. This means that your applications—regardless of browser, device, or platform—instantly become more reliable and consistent. They are the present and future of application development, and more and more businesses are catching on.
    Download this whitepaper and learn:

    • How PWAs support fast application development and streamline DevOps
    • How to give your business a competitive edge using PWAs
    • What makes progressive web apps so versatile, both online and offline

     

     

  • The Power of Coding in a Low-Code Solution

    LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed.
    Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

    • Discover the benefits of Low-code's quick application creation
    • Understand the differences in model-based and language-based Low-Code platforms
    • Explore the strengths of LANSA's Low-Code Solution to Low-Code’s biggest drawbacks

     

     

  • Why Migrate When You Can Modernize?

    LANSABusiness users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.
    In this white paper, you’ll learn how to think of these issues as opportunities rather than problems. We’ll explore motivations to migrate or modernize, their risks and considerations you should be aware of before embarking on a (migration or modernization) project.
    Lastly, we’ll discuss how modernizing IBM i applications with optimized business workflows, integration with other technologies and new mobile and web user interfaces will enable IT – and the business – to experience time-added value and much more.

     

  • UPDATED: Developer Kit: Making a Business Case for Modernization and Beyond

    Profound Logic Software, Inc.Having trouble getting management approval for modernization projects? The problem may be you're not speaking enough "business" to them.

    This Developer Kit provides you study-backed data and a ready-to-use business case template to help get your very next development project approved!

  • What to Do When Your AS/400 Talent Retires

    FortraIT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators is small.

    This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn:

    • Why IBM i skills depletion is a top concern
    • How leading organizations are coping
    • Where automation will make the biggest impact

     

  • Node.js on IBM i Webinar Series Pt. 2: Setting Up Your Development Tools

    Profound Logic Software, Inc.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. In Part 2, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Attend this webinar to learn:

    • Different tools to develop Node.js applications on IBM i
    • Debugging Node.js
    • The basics of Git and tools to help those new to it
    • Using NodeRun.com as a pre-built development environment

     

     

  • Expert Tips for IBM i Security: Beyond the Basics

    SB PowerTech WC GenericIn this session, IBM i security expert Robin Tatam provides a quick recap of IBM i security basics and guides you through some advanced cybersecurity techniques that can help you take data protection to the next level. Robin will cover:

    • Reducing the risk posed by special authorities
    • Establishing object-level security
    • Overseeing user actions and data access

    Don't miss this chance to take your knowledge of IBM i security beyond the basics.

     

     

  • 5 IBM i Security Quick Wins

    SB PowerTech WC GenericIn today’s threat landscape, upper management is laser-focused on cybersecurity. You need to make progress in securing your systems—and make it fast.
    There’s no shortage of actions you could take, but what tactics will actually deliver the results you need? And how can you find a security strategy that fits your budget and time constraints?
    Join top IBM i security expert Robin Tatam as he outlines the five fastest and most impactful changes you can make to strengthen IBM i security this year.
    Your system didn’t become unsecure overnight and you won’t be able to turn it around overnight either. But quick wins are possible with IBM i security, and Robin Tatam will show you how to achieve them.

  • Security Bulletin: Malware Infection Discovered on IBM i Server!

    SB PowerTech WC GenericMalicious programs can bring entire businesses to their knees—and IBM i shops are not immune. It’s critical to grasp the true impact malware can have on IBM i and the network that connects to it. Attend this webinar to gain a thorough understanding of the relationships between:

    • Viruses, native objects, and the integrated file system (IFS)
    • Power Systems and Windows-based viruses and malware
    • PC-based anti-virus scanning versus native IBM i scanning

    There are a number of ways you can minimize your exposure to viruses. IBM i security expert Sandi Moore explains the facts, including how to ensure you're fully protected and compliant with regulations such as PCI.

     

     

  • Encryption on IBM i Simplified

    SB PowerTech WC GenericDB2 Field Procedures (FieldProcs) were introduced in IBM i 7.1 and have greatly simplified encryption, often without requiring any application changes. Now you can quickly encrypt sensitive data on the IBM i including PII, PCI, PHI data in your physical files and tables.
    Watch this webinar to learn how you can quickly implement encryption on the IBM i. During the webinar, security expert Robin Tatam will show you how to:

    • Use Field Procedures to automate encryption and decryption
    • Restrict and mask field level access by user or group
    • Meet compliance requirements with effective key management and audit trails

     

  • Lessons Learned from IBM i Cyber Attacks

    SB PowerTech WC GenericDespite the many options IBM has provided to protect your systems and data, many organizations still struggle to apply appropriate security controls.
    In this webinar, you'll get insight into how the criminals accessed these systems, the fallout from these attacks, and how the incidents could have been avoided by following security best practices.

    • Learn which security gaps cyber criminals love most
    • Find out how other IBM i organizations have fallen victim
    • Get the details on policies and processes you can implement to protect your organization, even when staff works from home

    You will learn the steps you can take to avoid the mistakes made in these examples, as well as other inadequate and misconfigured settings that put businesses at risk.

     

     

  • The Power of Coding in a Low-Code Solution

    SB PowerTech WC GenericWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed.
    Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

    • Discover the benefits of Low-code's quick application creation
    • Understand the differences in model-based and language-based Low-Code platforms
    • Explore the strengths of LANSA's Low-Code Solution to Low-Code’s biggest drawbacks

     

     

  • Node Webinar Series Pt. 1: The World of Node.js on IBM i

    SB Profound WC GenericHave 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.

  • The Biggest Mistakes in IBM i Security

    SB Profound WC Generic The Biggest Mistakes in IBM i Security
    Here’s the harsh reality: cybersecurity pros have to get their jobs right every single day, while an attacker only has to succeed once to do incredible damage.
    Whether that’s thousands of exposed records, millions of dollars in fines and legal fees, or diminished share value, it’s easy to judge organizations that fall victim. IBM i enjoys an enviable reputation for security, but no system is impervious to mistakes.
    Join this webinar to learn about the biggest errors made when securing a Power Systems server.
    This knowledge is critical for ensuring integrity of your application data and preventing you from becoming the next Equifax. It’s also essential for complying with all formal regulations, including SOX, PCI, GDPR, and HIPAA
    Watch Now.

  • Comply in 5! Well, actually UNDER 5 minutes!!

    SB CYBRA PPL 5382

    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.

    Request your trial now!

  • Backup and Recovery on IBM i: Your Strategy for the Unexpected

    FortraRobot automates the routine tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:
    - Simplified backup procedures
    - Easy data encryption
    - Save media management
    - Guided restoration
    - Seamless product integration
    Make sure your data survives when catastrophe hits. Try the Robot Backup and Recovery Solution FREE for 30 days.

  • Manage IBM i Messages by Exception with Robot

    SB HelpSystems SC 5413Managing messages on your IBM i can be more than a full-time job if you have to do it manually. How can you be sure you won’t miss important system events?
    Automate your message center with the Robot Message Management Solution. Key features include:
    - Automated message management
    - Tailored notifications and automatic escalation
    - System-wide control of your IBM i partitions
    - Two-way system notifications from your mobile device
    - Seamless product integration
    Try the Robot Message Management Solution FREE for 30 days.

  • Easiest Way to Save Money? Stop Printing IBM i Reports

    FortraRobot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing.
    Manage your reports with the Robot Report Management Solution. Key features include:

    - Automated report distribution
    - View online without delay
    - Browser interface to make notes
    - Custom retention capabilities
    - Seamless product integration
    Rerun another report? Never again. Try the Robot Report Management Solution FREE for 30 days.

  • Hassle-Free IBM i Operations around the Clock

    SB HelpSystems SC 5413For over 30 years, Robot has been a leader in systems management for IBM i.
    Manage your job schedule with the Robot Job Scheduling Solution. Key features include:
    - Automated batch, interactive, and cross-platform scheduling
    - Event-driven dependency processing
    - Centralized monitoring and reporting
    - Audit log and ready-to-use reports
    - Seamless product integration
    Scale your software, not your staff. Try the Robot Job Scheduling Solution FREE for 30 days.