I am using DBACCESS on Digital Unix. Does anyone know, how to
redefine line width to produce output more than 80 characters.
I set my terminal to width of 132, I can see output of 132 chars/row
in any unix applications, but DBACCESS still wraps to 80 characters.
I don't have man page on DBACCESS.
Alex
DBAccess does not display more than 80 characters on a line.
(You can read in DB-Access User Manual /3-9/)
Gabor
Curiously, the same query in the same window under ISQL does make
use of the entire width, and doesn't switch to single column output
unless the fields won't fit across the screen.
isql -V: INFORMIX-SQL Version 4.20.UC1
dbaccess -V: DB-Access Version 5.10.UC3
cat <<EOF | dbaccess tracsy -
select rp_id, vn_id, buyer_pe_id, ship_to_vn_id,
ship_via_vn_id, tendor_vn_id cnt_nbr, proj_nbr,
rp_type, rp_nbr, priority
from rp_head_675
where rp_id < 3
EOF
rp_id 1
vn_id 832
buyer_pe_id 83
ship_to_vn_id
ship_via_vn_id
cnt_nbr
proj_nbr YOY
rp_type PO
rp_nbr 589
priority 04
rp_id 2
vn_id 305
buyer_pe_id 141
ship_to_vn_id
ship_via_vn_id
cnt_nbr
proj_nbr YOY
rp_type PO
rp_nbr 652
priority 04
2 row(s) retrieved.
cat <<EOF | isql tracsy -
> select rp_id, vn_id, buyer_pe_id, ship_to_vn_id,ship_
> ship_via_vn_id, tendor_vn_id cnt_nbr, proj_nbr,rp_typ
> rp_type, rp_nbr, priorityf
> from rp_head_675where rp_
> where rp_id < 3EOF
> EOF
rp_id vn_id buyer_pe_id ship_to_vn_id ship_via_vn_id cnt_nbr proj_nbr rp_type rp_nbr priority
1 832 83 YOY PO 589 04
2 305 141 YOY PO 652 04
2 row(s) retrieved.
Marvin wrote:
>
> Hi !
>
> I am using DBACCESS on Digital Unix. Does anyone know, how to
> redefine line width to produce output more than 80 characters.
> I set my terminal to width of 132, I can see output of 132 chars/row
> in any unix applications, but DBACCESS still wraps to 80 characters.
> I don't have man page on DBACCESS.
>
> Alex
>
--
Colin McGrath c...@trac3000.ueci.com
Raytheon Constructors Inc. (215) 422-4144
Philadelphia, PA, USA
Any opinions I state are my own and not necessarily those of my employer