Archive for the Category: Linux

SQLite v3.9.0 Released

D. Richard Hipp has just released SQLite v3.9.0. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in C, Database, IBM i (OS/400), macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.9.0 Released

Perl 6 Released

The Perl developers have just released Perl 6. http://perl6.org Perl is a high-level programming language with an eclectic heritage written by Larry Wall and a cast of thousands. It derives from the ubiquitous C programming language and to a lesser extent from sed, awk, the Unix shell, and at least a dozen other tools and […]

Also posted in macOS (Mac OS X), Open Source, Perl, Programming, Unix, Windows Comments Off on Perl 6 Released

Head, Apply Wall To It Several Times!

If you don’t like that title, how about “How to out smart yourself and shoot yourself in the foot, all at the same time!” or “No smart deed goes unpunished!”. In the summer of 2014, I decided to clean up up some compiler warning messages that certain compilers (HP-UX cc comes to mind) were complaining […]

Also posted in C, Capitalware, IBM i (OS/400), IBM MQ, Licensed As Free, macOS (Mac OS X), Open Source, Programming, Unix, Windows, z/OS Comments Off on Head, Apply Wall To It Several Times!

Mozilla Firefox 41.0 Released

Mozilla Firefox has just released Mozilla Firefox v41.0. http://www.mozilla.com/firefox/ Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. To display web pages, Firefox uses the Gecko layout engine, which implements most current web standards in addition to several features that are intended to […]

Also posted in macOS (Mac OS X), Open Source, Windows Comments Off on Mozilla Firefox 41.0 Released

Bug in MQ V8.0 for Getting Messages in a Group

IBM Support has posted a bug report that may affect some Universal File Mover (UFM) users. Title: IT09814: IBM MQ V8.0: Applications cannot get messages that were put to a queue as a group. Error description: In IBM MQ v8.0 an application that reads from a queue can fail to get messages that are put […]

Also posted in IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, macOS (Mac OS X), Universal File Mover, Unix, Windows Comments Off on Bug in MQ V8.0 for Getting Messages in a Group

IBM Introduces Two Open-Source-Only Mainframes

IBM is introducing two mainframe servers that run only on the open-source Linux operating system. Here are some articles on it: http://www.bloomberg.com/news/articles/2015-08-17/ibm-introduces-two-open-source-only-mainframes-in-hardware-push http://techcrunch.com/2015/08/16/linux-foundation-launches-open-mainframe-project/ http://techcrunch.com/2015/08/16/ibm-teams-with-canonical-on-linux-mainframe/ Regards, Roger Lacroix Capitalware Inc.

Also posted in Open Source, Operating Systems Comments Off on IBM Introduces Two Open-Source-Only Mainframes

A Better MD Class than IBM’s MQMD Class

This is a follow up to my blog posting last week titled: Java MQMD class Weirdness. After beating my head against the wall, I gave up on the ‘com.ibm.mq.headers.MQMD’ class and went back to my own MD (Message Descriptor) class. At least I know it works. 🙂 The reason I originally created my MD class […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Java, macOS (Mac OS X), Programming, Unix, Windows Comments Off on A Better MD Class than IBM’s MQMD Class

WebSphere MQ Fix Pack 7.0.1.13 Released

IBM has just released FixPack 7.0.1.13 for WebSphere MQ. http://www.ibm.com/support/docview.wss?uid=swg21960691 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM i (OS/400), IBM MQ, Unix, Windows Comments Off on WebSphere MQ Fix Pack 7.0.1.13 Released

Mozilla Firefox 40.0 Released

Mozilla Firefox has just released Mozilla Firefox v40.0. http://www.mozilla.com/firefox/ Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. To display web pages, Firefox uses the Gecko layout engine, which implements most current web standards in addition to several features that are intended to […]

Also posted in macOS (Mac OS X), Open Source, Windows Comments Off on Mozilla Firefox 40.0 Released

Java MQMD class Weirdness

I’m trying to use the MQMD class in a Java application and I’m getting weird results. I tested it with both MQ JAR files from v7.5.0.2 and v8.0.0.2 with JVM of v1.7.0. Note: All of my testing was done in ‘client mode’ (not bindings mode). The first odd thing is that MQMD class is in […]

Also posted in IBM i (OS/400), IBM MQ, Java, macOS (Mac OS X), Programming, Unix, Windows Comments Off on Java MQMD class Weirdness