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

  • 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
  • IBM Mothballs The Last Of The Power7+ Servers

    October 12, 2015 Timothy Prickett Morgan

    Next year is when IBM will start rolling out its Power8+ chips, and since the Power8 chips have been in the field since April 2014, it is no surprise that Big Blue is winding down the Power7+ processors that date from October 2012. But if you have a Power7+ system and want parts, or have reasons to add Power7 machines to your fleet, you still have some time on selected models.

    In announcement letter 915-205, which came out on September 29, IBM warns customers and business partners that it will be removing the remaining Power7+ machines that have not

    …

    Read more
  • IBM i Added To Power S822, PurePower Systems

    October 12, 2015 Timothy Prickett Morgan

    Since the entry Power8 machines launched early last year, we have been arguing that Big Blue needs to offer IBM i on a larger span of the Power Systems machines it has in the portfolio. Customers should be able to device which is the best box for them, just like Linux and AIX shops, rather than have IBM decide that for them ahead of time. IBM’s desire to help managed service providers build denser and cheaper clusters seems to be playing into the favor of IBM i shops that want to run their own machines.

    This is a good side

    …

    Read more
  • Scratch Message Files? Why Not?!

    October 6, 2015 Ted Holt

    If you read this august publication, you probably know what a scratch file is. (For those of you who know nothing about computers and read this publication solely for its sterling literary merit, a scratch file is a database table or stream file that is used temporarily within a job.) Today I invite you to consider that the advantages of scratch files also extend to scratch message files.

    Consider superb RPG program SUPERBPGM2:

    ctl-opt  dftactgrp(*no);
    
    dcl-pr  SuperbPgm2    extpgm('SUPERBPGM2');
       ouStatus       likeds(Status_t);
       inPlant        char(12);
    end-pr;
    
    dcl-pi  SuperbPgm2;
       ouStatus       likeds(Status_t);
       inPlant        char(12);
    end-pi;
    
    dcl-ds  Status_t    qualified  template;
       MsgID          char( 7);
       ProgramName    char(10);
       Plant          
    …

    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