Skip to main content

IBM Application Development and Problem Determination

An IBM Redbooks publication

Note: This is publication is now archived. For reference only.

thumbnail 

Published on 22 September 2008, updated 10 October 2008

  1. .PDF (4.8 MB)


Share this page:   

ISBN-10: 073843146X
ISBN-13: 9780738431468
IBM Form #: SG24-7661-00


Authors: Chris Rayns, Jeremy Hamilton, Peter Henningsen and Kenichi Yoshimura

    menu icon

    Abstract

    The Problem Determination toolset, or PD Tools for short, consists of a core group of IBM® products designed to work in conjunction with compilers and run times to provide a start-to-finish development solution for the IT professional. This IBM Redbooks® publication can provide you with an introduction to the tools, guidance for program preparation for use with them, an overview of their integration, and several scenarios for their use.

    When developing a system, an iterative process is usually employed. You can decide to create a starting set of test data using Optim MOVE to strip or modify existing databases, files, and data relationships. File Manager can also scramble, alter, or otherwise process this data. Once created, this data can be used to test the newly developed or maintained software.

    Should an abend during testing occur, Fault Analyzer enables the programmer to quickly and easily pinpoint the abending location and optionally, the failing line of code. Many times, this is all the programmer requires to correct the problem. But occasionally, it might be necessary to delve a little deeper into the code to figure out the problem. Debug Tool allows the programmer to step through the code at whatever level is required to determine where the error was introduced or encountered.

    After the code or data is corrected, the same process is followed again until no errors are encountered. But, this is not the whole story. Volume testing or testing with multiple terminals is sometimes required to ensure real-world reliability. Workload Simulator can be utilized to perform this type of testing.

    After all tests have been completed, running the application using Application Performance Analyzer will ensure that no performance bottlenecks are encountered. It also provides a baseline to ensure that future enhancements do not introduce new performance degradation into the application.

    Table of Contents

    Chapter 1. Application development tools for System z: An introduction

    Chapter 2. Integration of the Problem Determination Tools

    Chapter 3. Program preparation

    Chapter 4. Using Debug Tool on CICS programs

    Chapter 5. Scenario for PD Tools with RDz

    Chapter 6. Using APA to analyze CICS DB2 performance

    Chapter 7. Using APA to analyze batch performance

    Chapter 8. Optim MOVE test data capture

     

    Others who read this also read