Hello,
need to output from bteq to a file.
Need each column from select on a new line.
(only returns one row)
Here is select:
sel col1, col2
from table1
Need output like this:
Val1
Val2
Have tried to combine some settings like
.export data file=out1
(this is good because I dont want column headings)
and tried:
.set foldline on ALL
But I keep geting an output file that has the columns on the same line:
Val1Val2
thanks in advance.
need to output from bteq to a file.
Need each column from select on a new line.
(only returns one row)
Here is select:
sel col1, col2
from table1
Need output like this:
Val1
Val2
Have tried to combine some settings like
.export data file=out1
(this is good because I dont want column headings)
and tried:
.set foldline on ALL
But I keep geting an output file that has the columns on the same line:
Val1Val2
thanks in advance.