That's almost the same thing as doing an export once you get the results, although it does save you the continuous fetching. However, it still does not export in a columnar way, the way version 7 used to? That is:
FIELD1··FIELD2··FIELD3
-------·-------·-------
12345···ABCDE···67890
65······A·······56
5665····CRE·····46576
Instead, the closest you can get to this would be DEL (without column headers, to top it off):
12345,ABCDE,67890
65,A,56
5665,CRE,46576
I really wonder why IBM should give me some new features and take away some that were quite useful.