• 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.

  • Reader Feedback On A Hypothetical Future IBM i System

    September 14, 2015 Timothy Prickett Morgan

    Over the past several issues of The Four Hundred, I have been talking about the gap between the impressive performance that IBM delivers with each successive generation of Power processors and the amount of capacity that the vast majority of customers need. Or, more precisely, the capacity that they don’t seem to need to run their core IBM i workloads, much to the chagrin of Big Blue, its reseller and ISV partners, and the rest of the IBM i ecosystem that is trying to make a living.

    In addition to outlining that performance gap, with the help of

    …

    Read more
  • Taking The Power Systems Pulse With GM Doug Balog

    September 14, 2015 Timothy Prickett Morgan

    It is hard to believe, but we are most of the way through the third quarter and looking ahead to the final quarter of the year. There is a pretty big lag in time between the last bit of business that is done in every 13-week period and when large companies like IBM actually know how well or poorly they have done. In the case of the Power Systems division within Systems Group, and particularly with the IBM i portion of that business, Big Blue says as little as possible to quantify and qualify how the business is doing. But

    …

    Read more
  • How Do I Join Tables? Let Me Count The Ways

    September 1, 2015 Ted Holt

    Normalization is the process of making sure that each datum is stored in the proper table. Storing data in the wrong place gives rise to anomalies, a fancy word for problems, and you have enough problems already. To make sense of normalized data requires that tables be joined. Do you know the methods to code a join with SQL and the advantages and disadvantages of each one?

    Method 1: WHERE

    When I first learned SQL, joining was done in the WHERE clause of the SELECT statement. Here’s an example.

    select h.*, d.*
      from SalesOrderHeaders as h,
           SalesOrderLines   as d
     where 
    …

    Read more
  • The Path To XML-INTO Happiness, Part 3

    September 1, 2015 Jon Paris

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

    In part 1 and part 2 of my XML series, I introduced you to the basics of using RPG’s XML support. In this tip we begin to explore some of the challenges that you may face when processing commercial XML documents, and the support RPG offers to handle them.

    Take a look at the snippet of an XML document below:

    <ItemsXRef >
        <Header RefId="xxxxx" TimeStamp="2011-11-30T00:06:06.643Z">
            <to id="nnnnnn" name="nnnnnn"/>
            <from id="nnnn" name="A Company in Canada"/>
            <TransactionType>ItemXref</TransactionType>
        </Header>
        <Items>
            <SKU>
                <SKUID>10050322</SKUID>
                <UPC>6866261486</UPC>
                <WIN>30269675</WIN>
                <StatusCode>A</StatusCode>
            </SKU>
            <SKU>
                   ... <snip> ...
            </SKU>
            
    …

    Read more
  • A Hypothetical Future IBM i System

    August 31, 2015 Timothy Prickett Morgan

    A few weeks ago, in the main story in this newsletter, I showed you the Power processor roadmap running out past the Power10 chip in 2020 and later and talked about the contrast between the huge amount of processing capacity that IBM is delivering in its Power Systems line and the relatively modest amount of oomph that the vast majority of IBM i shops need to do their daily work to make their daily bread. The gap, as I showed, is quite large, and it will continue to be so if current trends for usage growth and capacity growth continue.

    …

    Read more
  • Set Your Library List From A Job Description

    August 18, 2015 Ted Holt

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

    On August 4, 2015, I asserted that the proper residence of a library list is a job description. Talk is cheap. Now it’s time for me to put my money where my mouth is. I have a utility that gives me easy access to the library lists in job descriptions. I wrote this utility last year, and now I use it daily with great results. Today I make that utility freely available for you to use in your shop.

    If I were to follow IBM’s naming convention, I

    …

    Read more
  • An Introduction to Processing XML With RPG, Part 2

    August 18, 2015 Jon Paris

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

    In the first part of this series I introduced you to the basics of using RPG’s XML-INTO op-code. In that tip I showed how the provision of a count provided by RPG in the PSDS can be used to determine how many of a repeating element were processed.

    However, as I noted at the time, this can only be used when handling a repeating outer element. But what if there is a repeating element within each of those outer elements? In this second part of the series we

    …

    Read more
  • Magic Software Rises Despite Devaluing U.S. Dollar

    August 17, 2015 Timothy Prickett Morgan

    Hot on the heels of its announcement of enhancements to an in-memory data grid for its Magic xpa application development environment that will eventually support the IBM i platform, Magic Software turned in pretty good numbers in its most recent quarter despite the compressing effects of current fluctuations that are affecting all global IT suppliers.

    In the second quarter ended in June, Magic said that it had increased revenues by 4.6 percent to $42.5 million. Gross profits were down 4.4 percent to $15 million, but the revenue bump was large enough to cover the gap and net income actually rose

    …

    Read more
  • What Will IBM i Do With A Power10 Processor?

    August 17, 2015 Timothy Prickett Morgan

    The gap between what is needed and what is provided has been growing and growing for years, and we don’t talk about that very much in the IBM i base. As someone who loves big iron with lots of horsepower, I tend to look on each new Power chip rollout as a chance for the IBM i platform to capture more and more work. While this happens at a number of shops that mix IBM i and Linux workloads–and sometimes AIX, too–for the most part, the IBM i platform is a silo in the datacenter even if other applications tickle

    …

    Read more
  • The IBM i Market Is Not Economics 101

    August 10, 2015 Timothy Prickett Morgan

    It is a time of transition for the Power Systems line, and that is one of the reasons why sales have been picking up in recent quarters. The full Power8 product line has been rounded out and is shipping in volume, from the smallest single-socket box up to the biggest, baddest 16-socket server. The Power7+ processors have been in midrange machines since October 2012 and came to entry machines in February 2013 and are winding down in the channel. With IBM i 5.4 sunsetted and IBM i 6.1 saddling up for its ride to the west, this is when we

    …

    Read more

Previous Articles Next Articles

Content archive

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

Recent Posts

  • You Can Now Get IBM Tech Support For VS Code For i
  • Price Cut On Power S1012 Mini Since Power S1112 Ain’t Coming Until 2026
  • IBM i: Pro and Con
  • As I See It: Disruption
  • IBM i PTF Guide, Volume 27, Number 30
  • The Turning Point For Power Systems Is Here, And Now
  • How IBM i Users Can Compete In The Digital Era With Composable Commerce
  • IBM Streamlines Data Migration With New Partition Mirror Tech
  • Profound Logic Adds MCP To IBM i AI Tool
  • IBM i PTF Guide, Volume 27, Number 29

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