Currently, I copy the spool file to a database file and then implement a file transfer protocol (FTP), relocating the file to the server in .txt format, and then convert this .txt format to Excel. As you can imagine, it's very time consuming. What can I do to simplify this function?
Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts including news, tips, and advice to help you do your job more efficiently and effectively. Stay informed on the hottest topics and biggest challenges faced by IT professionals working with iSeries products and services.
The CPYTOIMPF command can be used to create a CSV text file that can be loaded easily into Excel. If the spool file is being generated by a query, the new IBM DB2 Web Query offering supports a spreadsheet output format when running DB2 Web Query reports.
This was first published in March 2009