• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact

Timothy Prickett Morgan

Timothy Prickett Morgan is President of Guild Companies Inc and Editor in Chief of The Four Hundred. He has been keeping a keen eye on the midrange system and server markets for three decades, and was one of the founding editors of The Four Hundred, the industry's first subscription-based monthly newsletter devoted exclusively to the IBM AS/400 minicomputer, established in 1989. He is also currently co-editor and founder of The Next Platform, a publication dedicated to systems and facilities used by supercomputing centers, hyperscalers, cloud builders, and large enterprises. Previously, Prickett Morgan was editor in chief of EnterpriseTech, and he was also the midrange industry analyst for Midrange Computing (now defunct), and its editor for Monday Morning iSeries Update, a weekly IBM midrange newsletter, and for Wednesday Windows Update, a weekly Windows enterprise server newsletter. Prickett Morgan has also performed in-depth market and technical studies on behalf of computer hardware and software vendors that helped them bring their products to the AS/400 market or move them beyond the IBM midrange into the computer market at large. Prickett Morgan was also the editor of Unigram.X, published by British publisher Datamonitor, which licenses IT Jungle's editorial for that newsletter as well as for its ComputerWire daily news feed and for its Computer Business Review monthly magazine. He is currently Principal Analyst, Server Platforms & Architectures, for Datamonitor's research unit, and he regularly does consulting work on behalf of Datamonitor's AskComputerWire consulting services unit. Prickett Morgan began working for ComputerWire as a stringer for Computergram International in 1989. Prickett Morgan has been a contributing editor to many industry magazines over the years, including BusinessWeek Newsletter for Information Executives, Infoperspectives, Business Strategy International, Computer Systems News, IBM System User, Midrange Computing, and Midrange Technology Showcase, among others. Prickett Morgan studied aerospace engineering, American literature, and technical writing at the Pennsylvania State University and has a BA in English. He is not always as serious as his picture might lead you to believe.

  • Sundry April Power Systems Announcements

    April 18, 2016 Timothy Prickett Morgan

    As we reported last week in discussing IBM‘s Power processor roadmap for the next five-plus years, there is not going to be a Power8+ revamp of existing Power Systems machines. Instead, IBM has rejiggered the Power8 chip to create a variant aimed at supercomputing and deep learning workloads that allows for high-speed NVLink coupling between Nvidia “Pascal” Tesla GPU coprocessors and the Power8 chip.

    That means there is no performance boost or list price cut (or both) that is normally expected and delivered with a “plus” variant of the Power chips. But as we expected, IBM has made a

    …

    Read more
  • OpenLegacy Partners with ‘Nearshore’ IT Services Provider Softtek. . . Linoma Adds 2FA from RSA to GoAnywhere MFT Suite. . . RVI Partners with Accounting Software Maker. . .

    April 13, 2016 Timothy Prickett Morgan


    OpenLegacy Partners with ‘Nearshore’ IT Services Provider Softtek

    OpenLegacy, a provider of legacy modernization solutions for IBM i and mainframe shops and their applications, this month unveiled a partnership with Softtek, a provider of outsourcing services headquartered in Mexico.

    The partnership gives OpenLegacy customers access to the development resources of Softtek, a Monterrey-based IT services provider with 30 offices around the world, including United States, Mexico, Brazil, Argentina, Spain, China, and India. The company, which trademarked the term “Global Nearshore,” positions itself as a closer provider of outsourced IT services than those based in India.

    “Our strategic partnership

    …

    Read more
  • Thank You, IBM

    April 12, 2016 Brian Kelly

    The IBM Corporation was run as a benevolent dictatorship through 1971. Thomas Watson Senior, and then Thomas Junior, ran IBM as if they owned it. They both had an entrepreneurial flair and few would deny that when they were in charge of IBM, they ran the company as if it were a sole proprietorship. They had many wonderful policies such as taking care of the people so that the people would take care of the business, and of course the classic: “Respect for the Individual.”

    IBM believed in Wild Ducks and chairman Watson Junior wrote about them. He was not

    …

    Read more
  • IBM Puts Future Power Chip Stakes In The Ground

    April 12, 2016 Timothy Prickett Morgan

    Two important things happened at the OpenPower Summit last week. One of them concerns IBM i shops directly and the other one affects them indirectly and perhaps more importantly. The first is that IBM rolled out an official roadmap for Power chip development for the next five-plus years. The second was that search engine giant Google and cloud operator Rackspace Hosting said that they were collaborating on a design of a future system based on the Power9 chip.

    Google has been experimenting with Power8 chips for at a couple of years, and we suspect (without any corroborating evidence at all

    …

    Read more
  • Refacing Your Database, Part 1

    April 5, 2016 Paul Tuohy

    Note: The code accompanying this article is available for download here.

    In this group of three articles, I will discuss a technique for refacing a traditional DDS defined database as an SQL DDL defined database. There will be no recreation of files or recompilation of programs, and it is not as much hard work as you think it might be.

    The stored procedures, functions, programs, and commands used in these articles are available in the library SQLFACE, which can be downloaded here.

    Before I get into the nitty gritty of refacing databases, I would just like to say

    …

    Read more
  • Enable or Disable Code at Run Time

    April 5, 2016 Ted Holt

    If you program in RPG or C, you should know how to use compiler directives to enable or disable source code at compile time. IBM i programmers should also know how to enable or disable executable code at run time, and why they would want to do such a thing.

    Let’s talk about the why first.

    One good reason to enable or disable code is for trouble-shooting. You might find it valuable to include commands to:

    • Display the job log
    • Dump program variables
    • Copy QTEMP files to another library
    • Build spooled files (like of the type I showed how to
    …

    Read more
  • X Marks The Spot

    April 4, 2016 Timothy Prickett Morgan

    Just because IBM sold off its System x X86 server business to Lenovo Group does not mean magically that X86 servers are no longer relevant to Power Systems customers. As far as we can tell, Big Blue’s exit from this business has had no measurable impact on the use of X86 iron at IBM i shops, although the brand of machines that IBM i customers might choose in their next X86 upgrade cycle might change if they had not already been using gear from Hewlett-Packard Enterprise or Dell, the dominant suppliers of X86 gear in the datacenter.

    Last week,

    …

    Read more
  • Finders, Keepers: Long Lost RSE Keyboard Shortcuts

    March 29, 2016 Susan Gantner

    If you have read many of my past Four Hundred Guru tips, you’ll remember that I write a lot about RSE (a.k.a. RDi) and particularly I write a lot about keyboard shortcuts. I’ve even created my own card with my favorite keyboard shortcuts. This tip is to confess that I’ve recently realized that I’ve been missing out on a set of shortcuts that I should have been using and including on my shortcut cards all along.

    I published a tip about a year ago about Playing with Blocks and I included an edited version of that tip on the back

    …

    Read more
  • Ease the Burden of Overloading

    March 29, 2016 Ted Holt

    A while back I said that function overloading is marvelous. I haven’t changed my mind. The same is true of overloaded stored procedures. The only negatives to overloading are a couple of annoyances that the system requires to maintain order. Fortunately, those annoyances are easily circumvented. Here’s what and how.

    Assume a table of items. Each item is identified by a five-digit ID code for internal use only. Customers use an alternate catalog ID to refer to items.

    create table Items
       (    ID                    dec (5,0),
            Catalog_ID            char(6),
            MaterialThisLevel     dec (5,2),
            LaborThisLevel        dec (5,2),
            OverheadThisLevel     dec (5,2),
            MaterialLowerLevels   dec (5,2),
            LaborLowerLevels      
    …

    Read more
  • Installing PHP on Your Laptop

    March 29, 2016 Chris Ringer

    In my introductory article I walked you through a crash course in PHP. Now I will show you how obtain a free PHP development environment on your laptop in two easy installations of XAMPP and Netbeans. This allows you the freedom to configure PHP and test your scripts as you choose without affecting a production website or needing management approval.

    However, if you need to manage PHP scripts on an IBM i, you will want to alternatively explore using Zend Studio. This full-featured IDE integrates directly with the IBM i and allows you to write and debug scripts

    …

    Read more

Previous Articles Next Articles

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • Meet The Next Gen Of IBMers Helping To Build IBM i
  • Looks Like IBM Is Building A Linux-Like PASE For IBM i After All
  • Will Independent IBM i Clouds Survive PowerVS?
  • Now, IBM Is Jacking Up Hardware Maintenance Prices
  • IBM i PTF Guide, Volume 27, Number 24
  • Big Blue Raises IBM i License Transfer Fees, Other Prices
  • Keep The IBM i Youth Movement Going With More Training, Better Tools
  • Remain Begins Migrating DevOps Tools To VS Code
  • IBM Readies LTO-10 Tape Drives And Libraries
  • IBM i PTF Guide, Volume 27, Number 23

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle