The question of how to transfer packed data from an iSeries to an ASCII system has been asked many times. It has been suggested that one can use a logical file that redefines the packed field as zoned. This works as long as the value is non-negative and the number of decimals is 0 - the decimal point does not get transferred. CPYTOIMPF and CPYFRMIMPF can also be used but require extra steps in the process.
A standard logical file cannot convert numeric data to character, either. But an SQL logical view can use the SQL CHAR function to convert any numeric data to left-justified values that have the sign and the decimal point
http://search400.techtarget.com/tip/1,289483,sid3_gci1044575,00.html
Monday, January 31, 2005
Subscribe to:
Post Comments (Atom)
Popular Posts
- MobileTracker - Cingular announces EDGE Wireless WAN service
- Yahoo! Mail: Revenge of the Oddpost
- Linux Forum: Apache, Webmin and Mandrake - Linux Operating System Help
- Free AS400 & iSeries Software Tools & Utilities Downloads
- Table designs based on CSS and DIV elements
- Common Gateway Interface (CGI) on the as400 / iSeries
- What is WebSphere?
- UDATE and *DATE in AS400 RPG
- The Laughing Boardroom video...a real world example!
- IBM eServer iSeries - The Laughing Boardroom
No comments:
Post a Comment