Thank you Marcus A.
I figure out how to load the data into the table via GUI.
================================================== ========
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
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?