Books:
Computers:
i5/OS
Marco Polo for Kids
by Janis Herbert
List Price: $16.95
Available from Amazon
$11.86
On 7-22-2006
See Item's Page
From Publishers Weekly
In her historical activity book, Marco Polo for Kids: His Marvelous Journey to China, 21 Activities, Janis Herbert chronicles the famous explorer's travels along the "Silk Road" to the palace of the Kublai Khan. Projects feature the various cultures that he experienced. For example, kids can make a mandala (a Tibetan circular sand painting that symbolizes the circle of life) and play "Eagle and Chicks," a Chinese game. Archival artwork and prints add to the handsome volume. Copyright 2001 Cahners business Information, Inc.
San Diego Union-Tribune
"This guide to all things Marco Polo is graced with lively writing and imaginative projects."
|
SQL Built-In Functions and Stored Procedures: The i5 iSeries Programmer's Guide
by Mike Faust
List Price: $49.95
Available from Amazon
$32.97
On 7-22-2006
See Item's Page
Book Description
Stored procedures and built-in functions can greatly expand the power and usefulness of SQL, but surprisingly these highly useful tools remain untapped by many programmers. For programmers who are new to the subject or those who want to expand on what they already know, this book provides a terrific introduction to the creation and use of built-in functions and stored procedures under OS/400 and i5/OS. But what are they? Built-in functions are a part of practically every programming language and can be a big boost to productivity by identifying and isolating functions that need to be executed repeatedly. SQL makes particularly good use of its built-in functions. Stored procedures are programs that can be called from within SQL—and other programming languages, such as RPG—to process entire datasets. This book will put you on the fast track to using and writing both effectively. After you learn the basics of these powerful tools, you?ll go on to explore some of the stored procedures and functions included with SQL on the iSeries as part of OS/400 and i5/OS. Author Mike Faust even explains the process of developing custom built-in functions for your own use and has included a stored procedure that can be used to create a crosstab or pivot table representation of supplied data. This book is the tool you need to boost the power of your i5/OS SQL programming skills. With SQL Built-In Functions and Stored Procedures, you will: – Discover how to perform routine maintenance functions, such as copying a file or rebuilding an existing table without losing the data in the existing table. – Learn how to build data files, modify a library list, and compile programs. – Practice using example programs that not only teach, but also make excellent additions to any programmer's library. – Learn how to use 11 different functions, including functions to edit numeric values for print with commas, decimal points, and currency symbols; a function that returns the distance in miles between two ZIP codes; functions to convert date and currency to a text string and more. – Gain access to complete code on the Web for each function, which you can use directly in your own programs.
About The Author
Mike Faust is a former network administrator, software developer, and MIS Manager. He lives in Sanford, Florida. |
DB2(R) SQL PL: Essential Guide for DB2(R) UDB on Linux(TM), UNIX(R), Windows(TM), i5 OS(TM), and z OS(R) (2nd Edition)
by Zamil Janmohamed, Clara Liu, Drew Bradstock, and Raul F. Chong
List Price: $65.99
Available from Amazon
$51.49
On 7-22-2006
See Item's Page
Book Description
FOREWORD FOREWORD The more things change, the more they stay the same. Last year, when the first edition of this book was released, IBM had just released an updated version of DB2 on the Linux, UNIX, and Windows platforms a version that was the most significant release to date, and one that provided new capabilities to reflect advances in the technology of both database systems and IT in general. As I write this only a year later, IBM has once again just released an updated versions of the DB2 UDB product family; DB2 UDB for Linux, UNIX, and Windows, DB2 UDB for iSeries and DB2 UDB for zSeries significant new releases that include many new features and enhancements that make this the most advanced set of database products IBM has ever offered and we believe the most advanced in the industry. Unlike the first edition of the book, which covered only the Linux, UNIX, and Windows platforms, the second edition of this book covers SQL Procedural Language for the entire DB2 family those platforms covered in the first edition, and now including DB2 for z-Series (OS/390) and i-Series (i5/OS) platforms. Additionally, this edition introduces a method for resolving performance issues how to monitor and identify bottlenecks, and how to provide alternatives for resolution. DB2 UDB is evolving to reflect the changing needs of the development community. Many of the new features in DB2 UDB are designed to significantly improve ease of use for the development community, including new autonomic capabilities than will help to change the role of the DBA. There have been many other areas of technical leadership that have been introduced in technical support; all have helped to propel DB2 into the leadership position in the database market. Another such developer-oriented feature is the subject of the original edition of this publication; this updated second edition focuses on the updates and improvements for SQL PL in updated versions of DB2 UDB. SQL PL for DB2 provides a high-level language to build portable application logic that has the potential for better performance and scalability, by virtue of exploiting server-side resources and eliminating client bottlenecks. Exploiting SQL PL can also serve to improve the manageability and security of applications by providing a more modular structure. The latest version of DB2 UDB on all platforms includes enhancements for stored procedure development that significantly increases usability, allowing more developers to experiment with writing these stored procedures. This updated edition discusses this enhancement in detail. An important feature in the updated versions of DB2 is that SQL PL is now native in all versions DB2 UDB is no longer dependent upon translation into C stored procedures. For you as a developer, you ll see increased productivity and faster performance from your applications. And, you ll see reduced costs of ownership no more additional expenses from compilers or run-times. Knowing how and when to exploit the many capabilities of SQL PL for DB2 is an important skill to develop and the authors of this book are experts on the subject, as certified DB2 specialists. They have done a very nice job in efficiently laying out the many benefits in an easy to understand fashion. They ve covered all language elements of DB2 SQL PL, with a large number of examples and detailed explanations. They offer expert tips and best practices derived from experiences with real customers. Nowhere else will the reader find such a vast array of experience-driven tips; this book is the ultimate developer s resource for writing SQL procedures. We at IBM are very proud of the success that we ve seen with DB2, and we re grateful to our many partners, developers and customers who have chosen to build and run their solutions with our database product. Working together, we ve built the industry s premiere database product and the broadest set of applications and solutions in the market. We continue to listen intently to your needs and requirements, and have focused on addressing many of these requirements as DB2 continues to evolve. I know that the skills that you are about to learn or hone for SQL PL for DB2 will serve you well; on behalf of IBM, I look forward to a continuing relationship of delivering the industry s best solutions and applications. Janet Perna General Manager, Information management IBM software Group /> class="navigation"> Copyright Pearson Education. All rights reserved.
Back Cover Copy
- IBM's definitive guide to writing DB2 SQL PL stored procedures, triggers, UDFs, and dynamic compound SQL
- Fully updated to reflect the entire DB2 UDB product family, and new SQL PL improvements for Windows, UNIX, Linux, iSeries, and zSeries
- Presents expert tips and best practices drawn from extensive experience in real customer environments
- Covers everything from basic program structure through advanced techniques
- Includes up-to-the-minute coverage of optimization and troubleshooting
Using the IBM DB2 SQL Procedural Language (SQL PL), programmers can drive major improvements in database performance, manageability, and time-to-market. Now, IBM's own experts present the definitive guide to DB2 SQL PL development on any platform: Windows, UNIX, Linux, iSeries, or zSeries. DB2 SQL PL, Second Edition shows developers how to take advantage of every facet of the SQL PL language and development environment. The authors offer up-to-the-minute coverage, best practices, and tips for building basic SQL procedures, writing flow-of-control statements, creating cursors, handling conditions, and much more. Along the way, they illuminate advanced features ranging from stored procedures and triggers to user-defined functions. The only book to combine practical SQL PL tutorials and a detailed syntax reference, DB2 SQL PL, Second Edition draws on the authors' unparalleled expertise with SQL PL in real business environments. Coverage includes - Using SQL PL to improve manageability and performance, while clearly separating DBA and development roles
- Writing more efficient stored procedures, triggers, user-defined functions (UDFs), and dynamic compound SQL
- Identifying SQL PL performance bottlenecks--and resolving them
- Leveraging new language enhancements for Windows, UNIX, and Linux: improved table function support, session based locking, nested save points, new prepare options, and more
- Using new features for iSeries V5R3: built-in string and date/time manipulation functions, SEQUENCE objects, and more
- Utilizing zSeries Version 8's integrated stored procedures debugging and improved SQL Conditions support
- Mastering DB2 Development Center, the unified development environment for creating DB2 stored procedures
Whether you're developing new SQL PL applications, migrating or tuning existing applications, or administering DB2, you'll find this book indispensable.
|
OS 390 MVS JCL Quick Reference Guide (Mainframe Series) (Mainframe Series Quick Reference, 1)
by Olivid R. Carmand
Available from Amazon
$39.00
On 7-22-2006
See Item's Page
Book Description
This new edition of the book is somewhat larger in size and more than twice as long. It is easier to read, completely updated, and includes more great real-world examples, utilities, and explanations. My JCL reference contains everything you need to know about JCL (covers the latest version and SMS) in a condensed format. The book includes of practical experience not available in other texts. Our readers find it extremely helpful. A MUST OWN for Information Technology Professionals--The one tool every JCL user needs! Hope you enjoy the book.
About The Author
Olivia R. Carmandi, is President of MVS Training, Inc., and Editor-In-Chief of the MVS Mainframe Series. She is the founder of the company and originiator of the MVS Training process. Olivia is a recognized expert in the JCL language. She has authored published articles whose stories dramatize the how and why of creating efficient JCL and JCL standards. Currently she is leading the company and performs training whenever time and opportunity permit.
|
i5 OS and Microsoft Office Integration Handbook
by Chris Peters and Brian Singleton
List Price: $79.95
Available from Amazon
$50.37
On 7-22-2006
See Item's Page
Book Description
In this, the third edition of the perennial best-seller, iSeries gurus Chris Peters and Brian Singleton have completely updated this essential resource to reflect all of the latest changes and enhancements of iSeries Access and Express Client and microsoft Office. Now, you can use iSeries Access or Express Client to combine the presentation capabilities of all versions of microsoft Office with the database capabilities of the i5/iSeries to provide your company with the best of both worlds. Tasks that used to be almost impossible are now an easy realityif you know the integration secrets revealed in this book. Discover how to use your iSeries output with PC data-formatting tools, make visually appealing reports using iSeries data, use visual query tools to point and click to create sophisticated information output, analyze and summarize the detailed and often cumbersome iSeries reports, tap into the power of Microsoft's powerful Universal Data Access using ADO.NET, ODBC, and OLE DB, and much more. Singleton and Peters provide you with the essential knowledge you need to use iSeries Access or Express Access as a means to integrate iSeries or AS/400 data with microsoft Office applications. i5/OS and microsoft Office Integration Handbook, Third Edition covers installing and configuring iSeries Access or Express Client, using ODBC to seamlessly integrate iSeries with microsoft Office, and leveraging the iSeries Access data transfer function. The book also explains how to bring data from the iSeries to your PC by using NetServer, TCP/IP's FTP file transfer function, and/or Universal Data Access with OLE DB and ADO.NET. Other chapters of the book explore the multitude of microsoft Office functions by devoting a specific chapter to each Office application to show you how to use each function with the i5/iSeries. You'll learn how to use Excel, Word, Query, Access, and Outlook to generate spreadsheets, mailing labels, form letters, and envelopes; to produce queries and perform data retrieval; to create beautiful, sophisticated reports; and much more. If you have PCs attached to your i5/iSeries this book has the essential information that will allow you to harness the power of microsoft Office and exploit the iSeries database. This book will show you how to: • Create spreadsheets, reports, and graphs using microsoft Excel and iSeries data • Merge iSeries data to create letters, labels, and envelopes in MS Word • Install and configure iSeries Access or Express Client for microsoft Office integrationSort, filter, join, summarize, and total iSeries data with MS Query and MS Access • Transfer data between PCs and the iSeries and automate the process • Set up Outlook as an email client on an iSeries or AS/400 server • Configure Network Neighborhood to access your i5/iSeries and make sure your files are secure • Create VBA macros for iSeries data integration with MS Office applications • Integrate iSeries data into .NET applications with ADO.NET Contents: INTRODUCTION Chapter 1: Connectivity Overview Chapter 2: ODBC Chapter 3: Retrieving iSeries Data with microsoft Query Chapter 4: Using iSeries Data with MS Word Chapter 5: Analyzing DB2/400 Data with Excel Chapter 6: Expanding your Options with microsoft Access Chapter 7: The iSeries, eMail, and Outlook Chapter 8: The iSeries in the Network Neighborhood Chapter 9: The iSeries Access Data-Transfer Function Chapter 10: Transferring Data with FTP Chapter 11: microsoft OLE DB/ADO Technology Appendix Index
About The Author
Chris Peters is the author of The AS/400 TCP/IP Handbook and is a frequent contributor to MC Mag Online as a columnist for microsoft Office integration. He lives in Nine Mile Falls, Washington. Brian Singleton is the author of The AS/400 & microsoft Office Integration Handbook. He lives in La Jolla, California. |
IBM I5 And Iseries System Handbook: IBM I5 os Version 5 Release 3 October 2004 (IBM Redbooks)
by IBM Redbooks
Available from Amazon
$93.75
On 7-22-2006
See Item's Page
|
IBM Iseries Security Guide for IBM I5 os Version 5 Release 3
by IBM Redbooks
Available from Amazon
$63.75
On 7-22-2006
See Item's Page
|
Mac OS X Tiger: Top 100 Simplified Tips and Tricks
by Mark L. Chambers
List Price: $19.99
Available from Amazon
$13.99
On 7-22-2006
See Item's Page
Book Description
* This book provides timesaving tips, cool secrets, and productivity tricks to help take a reader's knowledge of Mac OS X Tiger beyond the basics * Highly visual format uses easy-to-follow tutorials and full-color screen shots on every page * The task-oriented approach helps visual learners work smarter by teaching them tips, tricks, and techniques for getting more done in less time
Back Cover Copy
Top 100 Simplified Tips & Tricks You already know Mac OS X Tiger basics. Now you'd like to go beyond with shortcuts, tricks, and tips that let you work smarter and faster. And because you learn more easily when someone shows you how, this is the book for you. Inside, you'll find clear, illustrated instructions for 100 tasks that reveal cool secrets, teach timesaving tricks, and explain great tips guaranteed to make you more productive with Mac OS X Tiger.
|
Additional Pages: 1 2 3
© Adapt, Inc. 1998-2006
|
Other Shops:
American States,
Atlases,
Art,
Art Techniques,
Audio Books,
Authors,
Biographies,
Business,
Celebrities,
Children's,
Cities,
Computers,
Cookbooks,
Countries,
Dictionaries,
En Español,
Encyclopedias,
History,
Horror,
Large Print,
Law,
Medical,
Mystery,
Photographers,
Photography Techniques,
Powell's Selections,
Presidents,
Research,
Romance,
Sci-Fi,
Study Guides,
Subjects,
Techical,
Teenagers,
Textbooks,
Travel
Books
Resources
Most Watched Book Auctions
i5/OS at Sduf
Book Review Directory
Reviewed Authors
Reviewed Titles
Review List
Site Map
|