• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • Guru: Consuming A REST Web Service Using SQL And POST

    October 2, 2017 Mike Larsen

    In my prior article, I showed how to consume a REST web service using the GET verb. This time, we’re going to continue to build our knowledge of web services by working with the POST verb. In addition to working with a different verb, I’m also going to demonstrate how to pass a header and body to the service.

    The goal is to post information to an Amazon Web Service (AWS). I created a simple REST Amazon Web Service that accepts information about a pet which will be inserted into a pet store database. I pass a JSON structure …

    Read more
  • Does IBM i Need More Databases?

    August 14, 2017 Alex Woodie

    There are many things that differentiate IBM i from other platforms, including its storage, security, and programming models. But one of the most unique aspects of the IBM i platform is its integrated DB2 database, which is used exclusively by practically all IBM i customers. You just don’t find this on other platforms. But perhaps it’s time for IBM i to diversify its database support?

    In many respects, DB2 for i is the platform’s greatest strength. IBM i is renowned for its transaction processing prowess that drives ERP and other line of business applications, and DB2 for i (formerly DB2/400, …

    Read more
  • Guru: Error Handling in SQL PL, Part 1

    June 12, 2017 Ted Holt

    I once fancied myself a logical thinker. I changed my mind when I started programming computers. I quickly realized that I was incapable of writing an error-free program. Chalk up another valuable lesson to experience. More experience taught me to program for both expected and unexpected conditions, and now I apply that concept to all languages that I use, including SQL PL.

    SQL PL has excellent exception-handling methods, and they’re not hard to use. In this article and Part 2 to follow, we look at how DB2 informs you that your SQL request worked correctly or not. Next, we’ll take …

    Read more
  • Guru: The XML Composition Conundrum of XMLNAMESPACES or XMLATTRIBUTES

    April 3, 2017 Michael Sansoterra

    Hey, Mike:

    After reading the IT Jungle Guru tips on DB2 XML Composition (see Related Stories below), I’ve been able to build XML from relational data. I have everything working but now I need to enclose all data in a “Document” tag after the XML declaration like the example here:

    <?xml version="1.0" encoding="utf-8"?>
    <Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns="http://MyCompany.com" 
    xsi:schemaLocation="http://MyCompany.com validate.xsd">
    

    I tried using XMLNAMESPACES but can’t get it to produce the “xsi:schemaLocation” tag. How can I construct the document tag I need?

    –N.C.

     

    The problem here is that the xsi:schemaLocation in your example is not a namespace, but …

    Read more
  • What’s Wrong With Modern RPG?

    February 27, 2017 Dan Burger

    IBM continues to enhance RPG. If it wasn’t being improved on a regular basis, there would be cause for concern, but some people find cause for concern in everything. Satisfaction is on the other side of the fence, even after they’ve crossed the fence. That’s not an endorsement for “If you don’t have anything nice to say, don’t say anything at all.” There’s always room for constructive criticism and honest assessments of the circumstances.

    That brings us to the RPG enhancements in the recently announced Technology Refresh identified as IBM i 7.2 TR 6 and IBM i 7.3 TR …

    Read more
  • Why You Should Hire An IBM i Database Engineer

    February 15, 2017 Alex Woodie

    You likely know the IBM i platform as an all-in-one, self-contained bundle of computational glory and efficiency that doesn’t need an army of specialists to run like the platforms from “those other guys” do, thankyouverymuch. While that largely continues to be the case, you may consider making one exception for a certain type of technical expert: the database engineer.

    There’s a growing chorus coming out of IBM Rochester that IBM i shops should consider hiring database engineers, or DBEs. Folks like Alison Butterill, the product offering manager for the IBM i server, DB2 for i Business Architect Scott Forstie, …

    Read more
  • Like Your Data Access? ProData Gives A Reason To Like It Better

    February 15, 2017 Dan Burger

    It’s crunch time and the IBM i staff is feeling the pressure. It’s time to step up your information retrieval game. In your tool box is the DBU Database Utility. Is this the right tool for your job? It is if your goal is to access data without writing programs. DBU tracks changes (adds and deletes). It also tracks all the views of company data. And it can be accomplished via green-screen, RDi, or Web interfaces.

    The Web interface for DBU Database Utility is called DBU Web. The software, designed and marketed by ProData Computer Services, was introduced in …

    Read more
  • Guru: SQL PL Labels

    February 13, 2017 Ted Holt

    SQL PL, the powerful, easy-to-learn procedural database language that IBM ships with all versions of DB2, allows you to identify any executable statement or compound statement with a label. I can’t think of a better day than today for us to think about why we might want to do that.

    As a minimalist programmer, I avoid useless code, and that includes unnecessary labels. In the following paragraphs, I will list only the cases that require labels.

    But first, a few ground rules.

    • As with CL, a label name is followed by a colon when used to identify a statement.
    …

    Read more

Next Articles

Content archive

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

Recent Posts

  • The Power11 Transistor Count Discrepancies Explained – Sort Of
  • Is Your IBM i HA/DR Actually Tested – Or Just Installed?
  • Big Blue Delivers IBM i Customer Requests In ACS Update
  • New DbToo SDK Hooks RPG And Db2 For i To External Services
  • IBM i PTF Guide, Volume 27, Number 33
  • Tool Aims To Streamline Git Integration For Old School IBM i Devs
  • IBM To Add Full System Replication And FlashCopy To PowerHA
  • Guru: Decoding Base64 ASCII
  • The Price Tweaking Continues For Power Systems
  • IBM i PTF Guide, Volume 27, Numbers 31 And 32

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