# JBCPRINTER_WIDTH
Read Time: 1 minute(s)
Tags: spooler printer environment variables
# Description
This environment variable specifies the page width for paged spooler output, and overrides the value specified by the TERM type.
Valid only on jBASE 3.x.
# Values
Decimal number
# Default
None.
# Setting
As per normal environment variable. On UNIX, should be setup in the .profile before the jbcconnect command. On Windows, should be set before any jBASE program is invoked.
# UNIX
export JBCPRINTER_WIDTH=132
1
# Windows
set JBCPRINTER_WIDTH=132
1
Go Back to Environment Variables