Search for tag: "development"
Query the IMS catalog with IMS Administration Foundation, a web browser interfaceSee how to use IMS Administration Foundation for z/OS, a Zowe-based web browser interface, to issue SQL queries against the IMS catalog, including saving queries to a list of favorites… |
|
Tips on AI for career in Software DevelopmentHear from Shonda and Shalisha Witherspoon, both Software Engineers at IBM, as they share tips on how AI can help you kickstart a career in software development. Explore IBM SkillsBuild:… |
|
Discover and register IMS subsystems to IMS Administration Foundation, a web browser interfaceLearn how to discover and register existing IMS systems to IMS Administration Foundation for z/OS, a Zowe-based web browser interface. |
|
Video 10: Release to production - Day in the Life: mainframe Git workflowUsing 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 auditable. With the necessary… |
|
Video 11: Summary of series - Day in the Life: mainframe Git workflowThe 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 Pipeline, making it easier… |
|
Video 9: Deploy to test environments and perform integration tests - Day in the Life: mainframe Git workflowAfter 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 see how modern tools can… |
|
Video 8: Review and merge code - Day in the Life: mainframe Git workflowUsing 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 the code is ready, the… |
|
Video 7: Debug your code with Z Open Debug - Day in the Life: mainframe Git workflowAfter 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 program, without needing to… |
|
Video 5: Quality check code with Sonar - Day in the Life: mainframe Git workflowWhen mainframe developers make their code changes, they should be able to validate that the code conforms with the code quality standards set in the organization and that no new security… |
|
Video 4: Build code with DBB - Day in the Life: mainframe Git workflowWhen mainframe developers make their code changes, they need to be able to build the specific program and check that the code changes compiled successfully, pulling the right dependencies with the… |
|
Unit testing a COBOL IMS applicationWatch this video to understand how to use IBM Test Accelerator for Z to unit test an IMS application. |
|
Setting up IBM Test Accelerator for Z to unit test z/OS applicationsWatch this video to learn how to set up early development and testing in the IBM Test Accelerator for Z and be ready to unit test a COBOL application. After you learn how easy it is to setup, watch… |
|
Use IMS Administration Foundation to issue SQL and view and export the results in a web browser interfaceLearn how to use IMS Administration Foundation for z/OS, a Zowe-based web browser interface, to issue SQL against your IMS databases, including the IMS catalo. Results of the SQL statement… |
|
Use IMS Administration Foundation to view IMS database exceptions in a web browser interfaceLearn how to use IMS Administration Foundation for z/OS, a Zowe-based web browser interface, to view your database exceptions and explore the historical metrics associated with those databases and… |
|
Retrieving a DBB Build Report from the DBB Metadata StoreThis video provides an overview of the Dependency Based Build (DBB) Metadata Store and discusses methods of accessing build information that is stored in the Metadata Store. The video culminates… |
|
2: Update and build with VS Code - Day in the Life: mainframe Git workflowAlthough knowing what to do in a code change is important, actually doing the change isn’t always straightforward. In this video, Deb the Developer gets a crash course from Mark the Manager on… |