Archive for the ‘IBM: DB2 Tutorials’ Category

Custom combinable operators for WebSphere DataStage, Part 2: Create custom combinable operators that use no input datasets

Thursday, July 3rd, 2008

Source

Learn how to create a custom combinable operator in a WebSphere DataStage environment that does not have any input datasets.

DB2 Security and Compliance Solutions for Linux, UNIX, and Windows

Thursday, July 3rd, 2008

Source

This IBM Redbooks publication discusses the existing and new DB2 security features introduced in DB2 9.5 for Linux, UNIX, and Windows. These enriched DB2 security features provide you with the capability to protect your data and comply with regulatory requirements.

IBM WebSphere QualityStage Methodologies, Standardization, and Matching

Thursday, July 3rd, 2008

Source

This IBM Redbooks publication documents the procedures for implementing IBM WebSphere QualityStage and related technologies using a typical merger and acquisition financial services business scenario. The scenario covers all dimensions of data cleansing, standardization, and matching rules, job design and deployment through a data integration life cycle.

Optimizing Restore and Recovery Solutions with DB2 Recovery Expert for z/OS V2.1

Thursday, July 3rd, 2008

Source

This IBM Redbooks publication documents how to use Recovery Expert V2.1 for all restore and recovery functions related to system level backup.

Customizing the Informix Dynamic Server for Your Environment

Wednesday, July 2nd, 2008

Source

Get an overview of some of the capabilities of version 11 of the IBM Informix Dynamic Server (IDS), referred to as IDS 11, that enable it to be easily customized for your particular environment. Although many capabilities are available, the focus of this book is on the areas of ease of administration and application development. We describe and demonstrate these capabilities with examples to show how it can be done and provide a model as you begin your customization.

IBM WebSphere QualityStage Methodologies, Standardization, and Matching

Wednesday, July 2nd, 2008

Source

This IBM Redbooks publication documents the procedures for implementing IBM WebSphere QualityStage and related technologies using a typical merger and acquisition financial services business scenario. The scenario covers all dimensions of data cleansing, standardization, and matching rules, job design and deployment through a data integration life cycle.

Optimizing Restore and Recovery Solutions with DB2 Recovery Expert for z/OS V2.1

Wednesday, July 2nd, 2008

Source

This IBM Redbooks publication documents how to use Recovery Expert V2.1 for all restore and recovery functions related to system level backup.

DB2 Security and Compliance Solutions for Linux, UNIX, and Windows

Wednesday, July 2nd, 2008

Source

This IBM Redbooks publication discusses the existing and new DB2 security features introduced in DB2 9.5 for Linux, UNIX, and Windows. These enriched DB2 security features provide you with the capability to protect your data and comply with regulatory requirements.

Integrating the Spring Framework with Data Studio

Thursday, June 26th, 2008

Source

pureQuery is IBM’s new platform within Data Studio for developing Java
database access applications. Its simple API and integrated tooling make data access
developers more productive and encourages coding best practices for improved
performance. Spring is an open source Java/J2EE application framework that offers
higher level data access features like transaction management, resource management,
and Data Access Object hierarchies which, when integrated with pureQuery, lead to a
simpler application development and maintenance experience. This tutorial guides you in creating a pureQuery application that uses the Spring Framework’s Data Access features.

Custom combinable operators for IBM WebSphere DataStage, Part 1: Creating custom combinable operators that use input datasets

Thursday, June 19th, 2008

Source

Learn how to create a custom combinable operator in the IBM WebSphere
DataStage environment that can read input records from input datasets, process
the data and, output the records. This tutorial gives you an overview of the combinable operator concept. You will learn how to develop a custom combinable operator API implementation, and then compile, deploy and test the operator.