STRONGblog

Notes from twenty years in the field

Working notes from real z/OS engagements — Endevor-to-Git migrations, DBB builds, IDz performance, code pages, and mainframe CI/CD. The same knowledge we bring to yours.

How to enable licensing in IBM Developer for z/OS and ADFz

Overview IDz is offered in three different packaging options. Overall, its the exact same client, but the licensing differs considerably. First, let’s discuss how these packages flesh out: IBM Developer for z/OS This is the “base” edition, and is common for smaller companies (well, smaller compared to say a global bank). It includes editing, analysis … Read more

Make z/OS debugging easier with the IBM Debugger Profile Service

A debugger profile is a type of configuration that allows a developer to debug a program under certain conditions. There are two debugger profiles types: non-CICS, and CICS. For CICS, it is a DTCN profile. Many developers have used the DTCN transaction for years to setup a debugging session between IDz, and the debugger once … Read more

Copy an application process in UCD quickly from one project to another

Here’s the scenario: You’ve got an application process in one project area for IBM Urbancode Deploy. Its taken time to develop, and you’ve spent many hours debugging it. Then you realize you don’t have a “copy” feature for an application process. Ooops. Now you’re worried you’ve got to hand build the process in other project … Read more

Time to upgrade your IBM Jazz environment to 7.0!

IBM has released its updated Jazz platforms, and in the process rebranded most of the tools. As of this writing you can now download the updated parts from Passport Advantage, but Jazz.net will be available for download shortly. The products have been rebranded as follows: Old Name New Name Acronym Rational Continuous Engineering IBM Engineering … Read more

Managing Websphere Plugin Config Files

In some recent customers we’ve had to install various IBM CLM components on different servers to balance workload for a large user base. When doing this, you need to route traffic through a proxy HTTP server. We’ve touched on why you need to use an HTTP server before, and remain adamant about it. IBM also … Read more

Understanding how GitHub fits in a mainframe DevOps toolchain.

If you work on a mainframe, you’ve almost certainly heard of CA Endeavor, Serena Changeman, IBM SCLM, or Panvalet Librarian. All of which are legacy source code management systems that have been used for decades. Those SCM’s simply cannot compete with the features of modern SCM’s as we detailed previously. Perhaps your distributed development teams … Read more

Setting up IBM Jazz based tools for Token Licensing

I’ve recently worked with a customer who could not find good documentation on how to apply token licenses to his Rational Team Concert server. Here are some concise instructions on how to handle this as the Knowledge center is rather sparse on this topic. This topic applies to several products including: Rational Team Concert (soon … Read more