I tried going into strsql and doing F13. From there I select 1, change session attributes. Then, I select output to file... I do a select statement and the output goes to the file. The problem is, I dont get column names and the numeric data is garbage (being print as chars)
How do I get proper output of a
select * from xyz
to a file?
How do I get proper output of a
select * from xyz
to a file?