|
Another Way to Sort a File
Published: January 16, 2008
by Ted Holt
I've been in the information business for almost 27 years, and sometimes it seems that I've spent half that time sorting data. Without question, putting data into proper sequence is a big part of our jobs. Card sorters are ancient history. Sort utilities (e.g., #GSORT and FMTDTA) still run, but hopefully not in new development. These days, logical files and SQL are the iSeries methods of choice for placing data into a certain order. Here's another sorting method you may not be aware of.
The Reorganize Physical File (RGZPFM) command's KEYFILE parameter provides a way to physically order records in the file. If you specify KEYFILE(*FILE), the data will be stored in key sequence. You may also specify the name of a logical file if you wish to store the data in the order of the logical file's key field(s). The end result is that programs may read the file in arrival sequence, which is faster than reading by key.
While I'm on the subject, let me mention KEYFIELD(*RPLDLTRCD), which I did not know existed. Selecting this option tells the system to replace deleted records at the top of the file with active records from the end of the file. I wonder how many releases ago IBM snuck that one in on me?
Post this story to del.icio.us
Post this story to Digg
Post this story to Slashdot
|
|
Getting Started with PHP for i5/OS
Available NOW from the IT Jungle Bookstore
Author Brian Kelly takes you through the most efficient ways to use this popular Web scripting language. This new book covers everything you will need to start implementing dynamic Web applications with PHP.
Getting Started with PHP for i5/OS is more than a developer's manual for PHP programming, it is also an installation guide. Learn PHP, MySQL, DB2, and RPG, get introduced to content management systems such as Mambo, Joomla, and Drupal, plus a step-by-step map of how to install a CMS on your System i.
Price: $59.95
Get Your Copy at the IT Jungle Bookstore Today!
|
Senior Technical Editor: Ted Holt
Technical Editors: Howard Arner, Joe Hertvik, Shannon O'Donnell, Kevin Vandever
Contributing Technical Editors: Joel Cochran, Wayne O. Evans, Raymond Everhart,
Bruce Guetzkow, Brian Kelly, Marc Logemann, David Morris
Publisher and Advertising Director: Jenny Thomas
Advertising Sales Representative: Kim Reed
|
IT Jungle Store Top Book Picks
Getting Started with PHP for i5/OS: List Price, $59.95
The System i RPG & RPG IV Tutorial and Lab Exercises: List Price, $59.95
The System i Pocket RPG & RPG IV Guide: List Price, $69.95
The iSeries Pocket Database Guide: List Price, $59.00
The iSeries Pocket Developers' Guide: List Price, $59.00
The iSeries Pocket SQL Guide: List Price, $59.00
The iSeries Pocket Query Guide: List Price, $49.00
The iSeries Pocket WebFacing Primer: List Price, $39.00
Migrating to WebSphere Express for iSeries: List Price, $49.00
iSeries Express Web Implementer's Guide: List Price, $59.00
Getting Started with WebSphere Development Studio for iSeries: List Price, $79.95
Getting Started With WebSphere Development Studio Client for iSeries: List Price, $89.00
Getting Started with WebSphere Express for iSeries: List Price, $49.00
WebFacing Application Design and Development Guide: List Price, $55.00
Can the AS/400 Survive IBM?: List Price, $49.00
The All-Everything Machine: List Price, $29.95
Chip Wars: List Price, $29.95
|
|
January 12, 2008: Volume 10, Number 2
January 5, 2008: Volume 10, Number 1
December 29, 2007: Volume 9, Number 52
December 22, 2007: Volume 9, Number 51
December 15, 2007: Volume 9, Number 50
December 8, 2007: Volume 9, Number 49
|
|
|
|