Hi,
I am using DB2 UDB v 8.1 on AIX. I have a table that has around 10 million records and I want to export the data in this table to a flat file on AIX. I get an error message SQL03003 saying the output file cannot be closed. Below are the parameters that I have in my export statement.
<<export to ${CURR_RUN_DIR}${JOBNAME}.${CALLED_SCRIPT}.file.del of del modified by coldel| chardel< messages ${CURR_RUN_DIR}${JOBNAME}.${CALLED_SCRIPT}.load_msg \ select_statement...>
Can you please let me know how I can do an export with this volume? The record length is around 100.
Regards,
Ram.
I am using DB2 UDB v 8.1 on AIX. I have a table that has around 10 million records and I want to export the data in this table to a flat file on AIX. I get an error message SQL03003 saying the output file cannot be closed. Below are the parameters that I have in my export statement.
<<export to ${CURR_RUN_DIR}${JOBNAME}.${CALLED_SCRIPT}.file.del of del modified by coldel| chardel< messages ${CURR_RUN_DIR}${JOBNAME}.${CALLED_SCRIPT}.load_msg \ select_statement...>
Can you please let me know how I can do an export with this volume? The record length is around 100.
Regards,
Ram.