Any help is appreciated!!!!
DB2 8.2 on AIX.environment.
How do I export the result query into the non-delimited ASCII file and specify the export location?
Here is my export statement:
EXPORT TO testexp OF DEL SELECT EARN, HRS FROM BASYS.ACT_VAL_04 FETCH FIRST 500 ROWS ONLY
Results:
SQL3104N The Export utility is beginning to export data to file "testexp".
SQL3105N The Export utility has finished exporting "500" rows.
Number of rows exported: 500
Where on AIX dir the file is located?
DB2 8.2 on AIX.environment.
How do I export the result query into the non-delimited ASCII file and specify the export location?
Here is my export statement:
Code:
EXPORT TO testexp OF DEL
SELECT EARN, HRS
FROM BASYS.ACT_VAL_04
FETCH FIRST 500 ROWS ONLY
Results:
SQL3104N The Export utility is beginning to export data to file "testexp".
SQL3105N The Export utility has finished exporting "500" rows.
Number of rows exported: 500
Where on AIX dir the file is located?