Could I get some information , on how to handle flat files throught DB2
Stored Procedures.
Functionalities such as ( Reading / Writing to a file ). Basically I
want to achieve a Logging Mechanism which would enable me to write a
log of a procedure output to a file.
Please let me know ur suggestions..
Thanks.
Eugene F - 20 Dec 2005 18:03 GMT
Check this
http://www-128.ibm.com/developerworks/db2/library/techarticle/0303stolze/0303sto
lze.html.
vj - 21 Dec 2005 00:04 GMT
THanks a lot !!... I was able to make out the logging through that.