In my last post about ACS 1.1.7.0 I mentioned that it is the first real suitable version for developers. Now I want to share another nice to know…
While IBM support tells us how to Save Result Data to .csv or .xls Files Using Run SQL Scripts in iSeries Navigator, in ACS the feature is grayed out.
Just add these two lines to AcsConfig.properties file to enable save results:
# Enabling Save result in Run SQL Scripts
com.ibm.iaccess.RSSSaveResultsFromUI=true
com.ibm.iaccess.RSSSaveResultsFromUIForceLoad=true