Accelerate FTP uploads to zD&T

When uploadding to an IBM zD&T system, you may experience painfully slow upload times. I’ve had 5MB files take 30 minutes to upload. After much digging, I discovered a quick fix. Run the following command on the Linux host. In my case it was Ubuntu: Ethtool is used for querying and changing an ethernet adapter. … Read more

How healthy is your z/OS on zD&T? (How to monitor z/OS Health)

A good systems programmer should generally know how to monitor the health of his or her z/OS system. However, if you’re using z/OS Development and Test (ZD&T), you’re likely a developer with only the basic skills. Fortunately, the product comes with Health Checker for z/OS, and it should be configured to run out of the … Read more

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