Archive for the Category: IBM i (OS/400)

IBM MQ Fix Pack 9.2.0.7 Released

IBM has just released Fix Pack 9.2.0.7 for IBM MQ V9.2 LTS: https://www.ibm.com/support/pages/downloading-ibm-mq-9207 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ, IBM MQ Appliance, Linux, Unix, Windows Comments Off on IBM MQ Fix Pack 9.2.0.7 Released

EBCDIC Code Pages and Square Brackets

Back in the previous millennium, I created a set of simple routines for handling initialization files (section & parameters) that worked all platforms. i.e. Windows, Linux, Unix, IBM i (OS/400) and z/OS (mainframe). And over the years, the routines have worked well on any platform I tested them on. i.e. Sample initialization file The problem […]

Also posted in C, Capitalware, Open Source, Programming, z/OS Comments Off on EBCDIC Code Pages and Square Brackets

IBM MQ V9.3.1 Announced

IBM has announced IBM MQ V9.3.1: https://community.ibm.com/community/user/integration/blogs/ian-harwood1/2022/10/14/mq931ga?CommunityKey=183ec850-4947-49c8-9a2e-8e7c7fc46c64 Highlights: MQ 9.3.1: – New operating system support for RHEL 9 and Ubuntu 22.04 – MQ web console observability – MQ CAPEXPRY becomes a first class queue and topic attribute – MQ Operator 2.1 update adds MQ 9.3.1 MQ for z/OS 9.3.1: – MQ for z/OS new SMF115 […]

Also posted in Fix Packs for MQ, IBM MQ, IBM MQ Appliance, Linux, Unix, Windows, z/OS Comments Off on IBM MQ V9.3.1 Announced

IBM MQ Fix Pack 9.1.0.12 Released

IBM has just released Fix Pack 9.1.0.12 for IBM MQ V9.1 LTS: https://www.ibm.com/support/pages/downloading-ibm-mq-91012 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ, IBM MQ Appliance, Linux, Unix, Windows Comments Off on IBM MQ Fix Pack 9.1.0.12 Released

IBM MQ Fix Pack 9.3.0.1 Released

IBM has just released Fix Pack 9.3.0.1 for IBM MQ V9.3 LTS: https://www.ibm.com/support/pages/downloading-ibm-mq-9301 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ, IBM MQ Appliance, Linux, Unix, Windows Comments Off on IBM MQ Fix Pack 9.3.0.1 Released

Java 19 Released

Oracle has just released Java 19. https://www.oracle.com/news/announcement/oracle-releases-java-19-2022-09-20/ https://openjdk.java.net/projects/jdk/19/ https://www.infoworld.com/article/3653331/jdk-19-the-new-features-in-java-19.html Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers, as well as in today’s demanding embedded environments. Java offers the rich user interface, performance, versatility, portability, and security that today’s applications require. Regards, Roger Lacroix Capitalware Inc.

Also posted in Java, JMS, Linux, macOS (Mac OS X), Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java 19 Released

IBM MQ Fix Pack 9.2.0.6 Released

IBM has just released Fix Pack 9.2.0.6 for IBM MQ V9.2 LTS: https://www.ibm.com/support/pages/downloading-ibm-mq-9206 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ, IBM MQ Appliance, Linux, Unix, Windows Comments Off on IBM MQ Fix Pack 9.2.0.6 Released

Java/PCF Program to Delete an IBM MQ Channel

A couple of days ago, I posted a Java/PCF program that would create a IBM MQ channel. So, if you require creating a channel via Java/PCF then you probably will need to delete a channel via Java/PCF. If you are used to deleting an IBM MQ channel using runmqsc command then the following simple Java/PCF […]

Also posted in HPE NonStop, IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java/PCF Program to Delete an IBM MQ Channel

Java/PCF Program to Create an IBM MQ SVRCONN Channel

A couple of weeks ago, I posted a Java/PCF Program to Create an IBM MQ Queue. So, today I thought I would create a Java/PCF program to create an IBM MQ SVRCONN channel If you are used to creating an IBM MQ channel using runmqsc command then the following simple Java/PCF program will create a […]

Also posted in HPE NonStop, IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java/PCF Program to Create an IBM MQ SVRCONN Channel

Java/PCF Program to Delete an IBM MQ Queue

A couple of days ago, I posted a Java/PCF program that would create a IBM MQ queue. So, if you require creating a queue via Java/PCF then you probably will need to delete a queue via Java/PCF. If you are used to deleting an IBM MQ queue using runmqsc command then the following simple Java/PCF […]

Also posted in HPE NonStop, IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java/PCF Program to Delete an IBM MQ Queue