Hi,
I'm trying to select some data from syscat system tables of my db.
db - server AIX 5.1
dbms - ibm db2 v8.2
using db2 runtime client command line tool, putty through ssh
I noticed some strange behaviour - if system table column is of type varchar - then after each this column data new line symbol is printed out. For example if I select 3 columns of type varchar - my select statement single data row output occupies 3 lines. Select outputs look really bad.
This is by design, or I can fix this ?? I just need one data row per line.
thanks
Vilius