Jun 12, 2003 #1 pfsulliv IS-IT--Management Jun 10, 2003 1 US Does anyone know how to use the EXPORT command in a stored procedure ? I'm trying to call DB2 to EXPORT a flat file thru code. I thought I might wrap the EXPORT in an sp and then call it ? Thx Sul
Does anyone know how to use the EXPORT command in a stored procedure ? I'm trying to call DB2 to EXPORT a flat file thru code. I thought I might wrap the EXPORT in an sp and then call it ? Thx Sul
Jun 12, 2003 #2 ARWinner Programmer Feb 18, 2003 12 US Sul, I do not think it can be done. EXPORT is a DB2 command and SP only allow SQL statements. Andy Upvote 0 Downvote