IBM’s CIO Office uses Z as a premier platform to run our mission critical applications over 600 LPARs, distributed across for 4 data centers around the world. In…
This video will show how to use the new DBB zBuilder to perform user builds in IDz. The video gives an overview of user build and discusses software prerequisites needed…
At the IBM CIO Office, we run our mission-critical applications on IBM Z, a premier platform, across 600 LPARs in four data centers worldwide. This video shows how we…
In the final video of the IBM recommended Git branching model for mainframe development series, we'll show the actions of the Release Manager, Dennis. The demo will…
In the third of four videos, we'll continue the demo of the IBM recommended Git branching model for mainframe development. This portion will cover the tasks of the…
In the first of four videos, we present the Git branching model we recommend for mainframe application development. The branching model is scalable for development teams…
In the second of four videos, we will begin a demonstration of the recommended Git branching model in action. We'll begin by introducing the personas that will be…
Using the Git workflow, Deb the developer's change has been processed through a CI/CD pipeline, ensuring that all quality checks and testing are complete and…
The move from a legacy SCM on Z to Git and Git workflow is a big change, but one that comes with the opportunity to leverage modern tools that are implemented on a CI/CD…
After mainframe developers make a code change and merge it into the main branch, the next step is to deploy the code and perform integration tests. Watch this video to…
Using Git, developers are able to perform parallel development to accelerate delivery. Mainframe developers can create an isolated branch to update and test their code.…
Once developers make code changes, it's time to unit test. Unit testing should cover almost all the paths through the program, but running through error and…
Demonstration of creating a COBOL recording to be used for unit and early integration testing featuring easy to use test data generation and pipeline build using DBB.
After completing her code changes to her application, Deb is ready to debug. Watch this video to see how Deb the developer uses Z Open Debug to quickly step through her…