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

  • Paging Cursors And Position To

    June 2, 2015 Paul Tuohy

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

    I had a reader email in relation to my article Paging Cursors. The article described a method for paging large lists using embedded SQL in RPG, and the reader was wondering if there was a way to position the list at a certain value. Of course there is!

    Please refer to the original article for all of the gruesome details but the basic concept is that you have a subprocedure that returns a “page” of rows from a result set. A page can be any number of

    …

    Read more
  • Thoughts On The Power E850 And I/O Contraction

    June 1, 2015 Hey, TPM

    Sorry to be so late making my comment about your very good article concerning the Power E850 and IBM i. I agree with most of what you said in the article. I have had a couple of exciting conversations about the Power E850 with Mark Olson, who is an old friend from my Rochester days. The E850 brings back memories of when I worked for Rochester as the interface with Software Group and we were always two years behind on support for all the WebSphere products. It was all about the optics of being behind, not about the immediate need

    …

    Read more
  • Power8 Iron Gets New I/O Options

    June 1, 2015 Timothy Prickett Morgan

    As part of the rollout of slightly faster processors for the entry Power8 processors and the fleshing out of the high-end of the Power Systems line a month ago, IBM rolled out a bunch of new peripheral features and a new set of peripheral expansion units that will allow for Power8 shops both high and low to expand the amount of PCI-Express 3.0 peripherals that companies can attach to their systems than is currently possible on these machines.

    Such I/O and storage expansion is important, given the ever-increasing amount of compute and memory that is being put into ever-smaller system

    …

    Read more
  • Job User Name And Current Job User

    May 19, 2015 Patrick Botz

    I see developers make one mistake way more often than any other. They assume that the job user name also represents the user profile under which a job is currently executing. This is, and always has been, an invalid assumption. The job user name only represents the userID under which the job was originally started. The user profile that a job is executing under at any given point in time (i.e., the current user) may or may not be the same as the job user. This may seem like a trivial and harmless mistake. But it often isn’t.

    In previous

    …

    Read more
  • Prevent Overlapping In Range Tables

    May 19, 2015 Ted Holt

    In Joining On Ranges, I demonstrated that range tables are a practical replacement for attribute columns. As a rule, ranges should not overlap. (Perhaps there are exceptions.) Here’s why, and also what to do to prevent overlapping values.

    Overlapping ranges cause too many rows of the range table to join to a single row of another table, which in turn causes too many rows in the result set. For example, assume the following range table.

    FROMITEMNUMBER  THRUITEMNUMBER  ITEMCATEGORY
        134             134999           1
        1341            134199           1
        488             488999           2
        2               299999           3
    

    Item 134120 would join to the first two rows

    …

    Read more
  • Is There No Midrange In The IBM i Midrange?

    May 18, 2015 Timothy Prickett Morgan

    As we reported in last week’s issue, IBM has indeed launched the four-socket Power E850 server that has Power8 engines. They run AIX. And of course they run Linux. The have support for the PowerVM hypervisor and they do not require the PowerKVM hypervisor that only supports Linux. The one thing that they do not support is the IBM i operating system and integrated database.

    This is a remarkable moment in the history of the IBM midrange, and it is perhaps one that reflects the reality of the IBM i market or one that shows IBM is, once again, giving

    …

    Read more
  • New Power8 Midrange, PurePower Kicker To PureSystems

    May 11, 2015 Timothy Prickett Morgan

    IBM is hosting its Edge2015 Power and System z conference in Las Vegas this week, and with the System z13 mainframes already launched in January to help that ramp get underway and bolster the company’s hardware sales, that leaves the final rounding out of the Power Systems line with Power8 processors as the star of the show. As expected, IBM is indeed launching its Power E850 four-socket midrange system, complementing the Power E880 high-end system that IBM let fly early (for some reason) ahead of the event. IBM is also including a new preconfigured cluster called the PurePower System, something

    …

    Read more
  • Ruby And Existing Databases

    May 5, 2015 Aaron Bartell

    Recently I came across a scenario for a customer where I was asked, “How do we interact with our existing DDS-based, composite key, database tables?” That’s going to be a very common trait of most all IBM i shops using Ruby, and this article will cover some common situations you will come across as you use Ruby to interact with existing DB2 for i tables.

    First things first, let’s lay out two tables defined with DDS, as shown below. Note how the ORDDTL table has a composite key. The ibm_db Gem follows the ActiveRecord pattern and that pattern expects surrogate

    …

    Read more
  • An Open Letter To IBM From A Developer

    May 4, 2015 Garry Taylor

    The only thing that I request from IBM, is the ability to develop software for their IBM i platform. Am I asking too much? I don’t think so. Allow me to elaborate. I have been developing on IBM i since 2008. In that time, I’ve used public systems, had the use of business partner’s machines, and way back in time I had my own 9401/150 developer system with all compilers installed. Recently though, I have been wishing to ramp up my efforts on IBM i, to develop more software, more seriously.

    Now, on any other computer platform I can

    …

    Read more
  • IBM Upgrades High-End And Low-End Power8 Machines

    May 4, 2015 Timothy Prickett Morgan

    In last week’s issue, we told you that IBM was working on rounding out the Power8-based Power Systems lineup with a four-socket midrange machine rumored to be called the Power E850 and that it was also expected to expand the high-end Power E880 line with its full complement of Power8 processors. We didn’t expect hardware announcements at the COMMON midrange conference in Anaheim, but on Tuesday last week Big Blue went and put out some of the new Power8 iron anyway without doing a formal announcement.

    Specifically, in announcement letter 115-021, IBM has added some processor options for low-end,

    …

    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