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

  • Tuning SQL Environments On i

    November 3, 2015 Paul Tuohy

    One of the frustrating things about being a speaker at conferences is that when you want to attend another session with a topic that peaks your interest, it invariably clashes with when you are speaking. But every now and again, the scheduling gods work in your favor. Such was the case recently, when I was speaking at the excellent International i-Power 2015 conference.

    Scott Forstie, IBM‘s DB2 for i business architect, was giving a presentation, “IBM i Services – SQL interfaces into the IBM i operating system.” I had recently done an iTalk with Scott where we had chatted

    …

    Read more
  • Reflections Upon The RPG & DB2 Summit

    November 2, 2015 Ted Holt

    Reflections Upon The RPG & DB2 Summit

    I just returned home from Chicago and another enjoyable learning experience at the RPG & DB2 Summit. This was the fourth consecutive Summit for me as a member of the session speakers group. I consider it an honor and a privilege to be teaching alongside people like Jon Paris, Susan Gantner, Paul Tuohy, Scott Klement, Barbara Morris, and many others. Each Summit has been very beneficial to me, and I suspect it is the same for others who attend.

    Meeting and talking with the conference attendees is a treat for me. These are

    …

    Read more
  • How To Join The Power Linux Evolution

    November 2, 2015 Timothy Prickett Morgan

    It is hard to remember that IBM was not exactly sitting on the sidelines when Linux swept over the datacenter in the early 2000s in the wake of the dot-com bust. Big Blue saw the rise of Linux early on, among its supercomputer customers, and it was unsure how to preserve its revenue streams from AIX and OS/400 systems while at the same time embracing Linux. Here we are 15 years later, and it looks like IBM finally has its Linux act together on Power.

    The question we all have is this: Will it make a difference? Hope springs eternal,

    …

    Read more
  • Let One Row Represent A Group, Take Three

    October 27, 2015 Ted Holt

    Faithful reader Bill Cisne sent me an email with an SQL SELECT query. No comment, no explanation, just code. Bill had figured out how to use a lateral join to solve a problem and was kind enough to share his success with me. I have been aware of lateral joins for some time, but have not found a need for them in my work. Today I revisit a problem to illustrate one way that lateral joins can be useful.

    LATERAL is a type of for-each loop within a query. For each row that a SELECT statement (the “outer” query) returns,

    …

    Read more
  • Using Adopted Authority Wisely

    October 27, 2015 Patrick Botz

    In my previous tip I explained adopted authority and admonished developers to use it wisely. This tip identifies some rules of thumb you should bear in mind when contemplating the use of adopted authority.

    User profile to adopt: If you’re not used to using adopted authority in your applications, one of the first questions that comes to mind might be “which user profile should I adopt?” The most straightforward way to use adopted authority is to adopt the authority of the owner of the objects used by the application.

    Rule: Create a user profile with ENABLED *NO, PWD *NONE, Initial

    …

    Read more
  • It Is Time To Tell Us What You Are Up To

    October 26, 2015 Timothy Prickett Morgan

    None of us in the IBM i community can do well by driving down the road at dawn without the headlights on, and without market research, we can’t tell where we are at and where we are going. Back in the early days of The Four Hundred, when having a midrange system at all made you cutting edge, rich data about the customers using these systems was available, for the clever at least.

    We were among the clever, but we were dependent on other organizations to do the demographics and survey work that brought us those rich datasets, and

    …

    Read more
  • Power Systems Shows Growth Again For Big Blue

    October 26, 2015 Timothy Prickett Morgan

    The good news is that the Power Systems division of IBM‘s Systems Group turned in its third consecutive quarter of revenue growth, something that the Power community of customers, resellers, and software developers most certainly want to see. The bad news is that the rising U.S. dollar compared to other foreign currencies means that overseas sales translate into fewer greenbacks when sales are brought back to IBM’s New York headquarters, masking that growth.

    IBM does not report revenue figures for the its Power Systems and System z server lines separately in its financial presentations, but chief financial officer Martin

    …

    Read more
  • CONST Doesn’t Mean You Can’t Change It

    October 20, 2015 Ted Holt

    You can pass parameters to an RPG subprocedure in three ways: by reference, by read-only reference, and by value. (I have written about this before.) My favorite method is read-only reference. I use it as often as I can. Would you believe that it is possible to change the value of a variable that is passed to a subprocedure by read-only reference? Since you would probably do so only inadvertently, it’s good to understand how it can happen.

    To pass a parameter by read-only reference, include the CONST keyword in the procedure prototype and the procedure interface.

    D Process         pr
    
    …

    Read more
  • Developers Can Improve Security and Reduce the Administrative Cost of Security

    October 20, 2015 Patrick Botz

    One simple tool allows developers to improve the security of their applications and associated resources and reduce the administrative cost of managing security for the whole system. That tool is adopted authority. Adopted authority is an important tool for developers to have in their toolkit because it allows them to build applications that ensure users never encounter an authority failure even when administrators use PUBLIC(*EXCLUDE) authority on all sensitive resources. The combination of adopted authority and PUBLIC(*EXCLUDE) significantly increases the level of security and decreases the cost of managing security.

    It’s true that system administrators can change programs to adopt

    …

    Read more
  • IBM Updates PowerVM Hypervisor, PowerVC OpenStack

    October 19, 2015 Timothy Prickett Morgan

    It may seem like the only thing that IBM cares about lately in the Power Systems business is boosting its Linux-based L and LC series lines. But as the latest Technology Refresh updates from October 5 demonstrate (which we have reported on extensively at IT Jungle in the past two weeks), Big Blue is keen on updating the software stack on which IBM i shops depend. And in some cases, this also includes the hypervisor and management tools, as well as Linux running next to IBM i.

    In announcement letter 215-262, IBM is updating the PowerVM hypervisor that it

    …

    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