SQL for EServer I5 and ISeries

SQL for EServer I5 and ISeries
Title SQL for EServer I5 and ISeries PDF eBook
Author Kevin Forsythe
Publisher
Pages 0
Release 2004
Genre Computers
ISBN 9781583470480

Download SQL for EServer I5 and ISeries Book in PDF, Epub and Kindle

In this book, you will learn about Structured Query Language (SQL), but with an IBM eServer i5/iSeries twist. The future seems clear on this point: SQL is the direction of the future for IBM's Universal Database. While it is true that the majority of existing databases on the i5 and iSeries were created with DDS, it's still undeniable that DDS will slowly fade from use, much like the RPG program cycle. With a practical "how-to" style, SQL for eServer i5 and iSeries first introduces you to the basics essential for any developer to build a solid foundation. Then the book examines--in detail--the many ways in which SQL functions on the iSeries. All possible environments are explored: the traditional 5250 green-screen applications, the SQL scripting tool within iSeries Navigator, and the methods of accessing iSeries databases from within Visual Basic. Learn through real-life examples of using SQL to interact with DB2 databases. You'll learn the ins and outs of sub-selects, joins, unions, and views, as well as tips and techniques for interacting with legacy applications, and so much more. Though intended for programmers already familiar with SQL, beginners will appreciate the book's handy tutorial Appendix to get started with SQL basics. After reading this book, you'll see that the i5/iSeries platform is far more than the green-screen application server it's often perceived as and that it is indeed one of the finest systems available for use as a business server today. Make your database access cutting-edge with SQL for eServer i5 and iSeries. In this book you will learn to: - Incorporate SQL into existing iSeries business and client-side applications - Embed SQL within RPG programs, merging the flexibility of SQL with the power of RPG - Implement referential constraints, primary and unique key indexes, and check constraints - Journal physical files, and find out why this task is so important - Extend your database with user-defined functions and procedures - Use new GUI development tools for running, debugging, and tuning SQL statements.

Exploring IBM Server & Storage Technology

Exploring IBM Server & Storage Technology
Title Exploring IBM Server & Storage Technology PDF eBook
Author Jim Hoskins
Publisher Maximum Press
Pages 268
Release 2005
Genre Business & Economics
ISBN 9781931644280

Download Exploring IBM Server & Storage Technology Book in PDF, Epub and Kindle

IBM’s vision of the future of computing and how its evolving technologies, product lines, and services fit into that future are the subject of this broad look at the world’s largest computer company. Discussing IBM’s e-business strategy to leverage Internet technology, its new emphasis on IBM Global Services, and its fast-growing consulting business this overview. profiles IBM’s new eServer xSeries, pSeries, iSeries, and zSeries, showing how each fits into an e-business context. A companion web site accessible only to buyers of this book provides the latest news and additional resources related to IBM technology and product lines.

IBM System i Security: Protecting i5/OS Data with Encryption

IBM System i Security: Protecting i5/OS Data with Encryption
Title IBM System i Security: Protecting i5/OS Data with Encryption PDF eBook
Author Yessong Johng
Publisher IBM Redbooks
Pages 308
Release 2008-07-24
Genre Computers
ISBN 0738485373

Download IBM System i Security: Protecting i5/OS Data with Encryption Book in PDF, Epub and Kindle

Regulatory and industry-specific requirements, such as SOX, Visa PCI, HIPAA, and so on, require that sensitive data must be stored securely and protected against unauthorized access or modifications. Several of the requirements state that data must be encrypted. IBM® i5/OS® offers several options that allow customers to encrypt data in the database tables. However, encryption is not a trivial task. Careful planning is essential for successful implementation of data encryption project. In the worst case, you would not be able to retrieve clear text information from encrypted data. This IBM Redbooks® publication is designed to help planners, implementers, and programmers by providing three key pieces of information: Part 1, "Introduction to data encryption" on page 1, introduces key concepts, terminology, algorithms, and key management. Understanding these is important to follow the rest of the book. If you are already familiar with the general concepts of cryptography and the data encryption aspect of it, you may skip this part. Part 2, "Planning for data encryption" on page 37, provides critical information for planning a data encryption project on i5/OS. Part 3, "Implementation of data encryption" on page 113, provides various implementation scenarios with a step-by-step guide.

IBM i 6.1 Independent ASPs: A Guide to Quick Implementation of Independent ASPs

IBM i 6.1 Independent ASPs: A Guide to Quick Implementation of Independent ASPs
Title IBM i 6.1 Independent ASPs: A Guide to Quick Implementation of Independent ASPs PDF eBook
Author Scott Vetter
Publisher IBM Redbooks
Pages 268
Release 2009-12-10
Genre Computers
ISBN 0738433683

Download IBM i 6.1 Independent ASPs: A Guide to Quick Implementation of Independent ASPs Book in PDF, Epub and Kindle

This IBM® Redbooks® publication explains how to configure and manage independent disk pool (IASP) functionality of IBM i 6.1. It is designed to help IBM technical professionals, business partners, and customers understand and implement independent disk pools in the IBM i 6.1. In addition, this publication provides the background information that is necessary to plan, implement, and customize this functionality to your particular environment. It provides guidance on running user applications with either application data or most application objects residing in an independent disk pool. Considering that you can also use independent disk pools in a cluster environment, this publication shows you the basic steps to make your independent disk pool switchable between two Power SystemsTM servers or a single server with multiple LPARs. Independent auxiliary storage pools have many business and technical advantages for Power Systems using IBM i. Not only are independent auxiliary storage pools (IASPs) easy to create and maintain, most applications can use them by simple work management changes. IASPs can provide immediate benefits to your enterprise.

External Procedures, Triggers, and User-Defined Functions on IBM DB2 for i

External Procedures, Triggers, and User-Defined Functions on IBM DB2 for i
Title External Procedures, Triggers, and User-Defined Functions on IBM DB2 for i PDF eBook
Author Hernando Bedoya
Publisher IBM Redbooks
Pages 436
Release 2016-04-25
Genre Computers
ISBN 0738441597

Download External Procedures, Triggers, and User-Defined Functions on IBM DB2 for i Book in PDF, Epub and Kindle

Procedures, triggers, and user-defined functions (UDFs) are the key database software features for developing robust and distributed applications. IBM Universal DatabaseTM for i (IBM DB2® for i) supported these features for many years, and they were enhanced in V5R1, V5R2, and V5R3 of IBM® OS/400® and V5R4 of IBM i5/OSTM. This IBM Redbooks® publication includes several of the announced features for procedures, triggers, and UDFs in V5R1, V5R2, V5R3, and V5R4. This book includes suggestions, guidelines, and practical examples to help you effectively develop IBM DB2 for i procedures, triggers, and UDFs. The following topics are covered in this book: External stored procedures and triggers Java procedures (both Java Database Connectivity (JDBC) and Structured Query Language for Java (SQLJ)) External triggers External UDFs This publication also offers examples that were developed in several programming languages, including RPG, COBOL, C, Java, and Visual Basic, by using native and SQL data access interfaces. This book is part of the original IBM Redbooks publication, Stored Procedures, Triggers, and User-Defined Functions on DB2 Universal Database for iSeries, SG24-6503-02, that covered external procedures, triggers, and functions, and also SQL procedures, triggers, and functions. All of the information that relates to external routines was left in this publication. All of the information that relates to SQL routines was rewritten and updated. This information is in the new IBM Redbooks publication, SQL Procedures, Triggers, and Functions on IBM DB2 for i, SG24-8326. This book is intended for anyone who wants to develop IBM DB2 for i procedures, triggers, and UDFs. Before you read this book, you need to know about relational database technology and the application development environment on the IBM i server.

SQL Procedures, Triggers, and Functions on IBM DB2 for i

SQL Procedures, Triggers, and Functions on IBM DB2 for i
Title SQL Procedures, Triggers, and Functions on IBM DB2 for i PDF eBook
Author Hernando Bedoya
Publisher IBM Redbooks
Pages 338
Release 2016-04-25
Genre Computers
ISBN 0738441643

Download SQL Procedures, Triggers, and Functions on IBM DB2 for i Book in PDF, Epub and Kindle

Structured Query Language (SQL) procedures, triggers, and functions, which are also known as user-defined functions (UDFs), are the key database features for developing robust and distributed applications. IBM® DB2® for i supported these features for many years, and they are enhanced in IBM i versions 6.1, 7.1, and 7.2. DB2 for i refers to the IBM DB2 family member and relational database management system that is integrated within the IBM Power operating system that is known as IBM i. This IBM Redbooks® publication includes several of the announced features for SQL procedures, triggers, and functions in IBM i versions 6.1, 7.1, and 7.2. This book includes suggestions, guidelines, and practical examples to develop DB2 for i SQL procedures, triggers, and functions effectively. This book covers the following topics: Introduction to the SQL/Persistent Stored Modules (PSM) language, which is used in SQL procedures, triggers, and functions SQL procedures SQL triggers SQL functions This book is for IBM i database engineers and data-centric developers who strive to provide flexible, extensible, agile, and scalable database solutions that meet business requirements in a timely manner. Before you read this book, you need to know about relational database technology and the application development environment on the IBM Power SystemsTM with the IBM i operating system.

SQL Performance Diagnosis on IBM DB2 Universal Database for ISeries

SQL Performance Diagnosis on IBM DB2 Universal Database for ISeries
Title SQL Performance Diagnosis on IBM DB2 Universal Database for ISeries PDF eBook
Author Hernando Bedoya
Publisher
Pages 282
Release 2006
Genre
ISBN

Download SQL Performance Diagnosis on IBM DB2 Universal Database for ISeries Book in PDF, Epub and Kindle

The goal of database performance tuning is to minimize the response time of your queries. It is also to optimize your server's resources by minimizing network traffic, disk I/O, and CPU time. This IBM Redbooks publication helps you to understand the basics of identifying and tuning the performance of Structured Query Language (SQL) statements using IBM DB2 Universal Database for iSeries. DB2 Universal Database for iSeries provides a comprehensive set of tools that help technical analysts tune SQL queries. The SQL Performance Monitors are part of the set of tools that IBM i5/OS provides for assisting in SQL performance analysis since Version 3 Release 6. These monitors help to analyze database performance problems after SQL requests are run. This book also presents tips and techniques based on the SQL Performance Monitors and other tools, such as Visual Explain. You'll find this guidance helpful in gaining the most out of both DB2 Universal Database for iSeries and query optimizer when using SQL.