# JBCSCREEN_DEPTH
Read Time: 1 minute(s)
Tags: terminal environment variables
# Description
This environment variable specifies the page depth for paged terminal 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, should be setup before the jSHELL is invoked.
# UNIX
JBCSCREEN_DEPTH=10
export JBCSCREEN_DEPTH
1
2
2
# Windows
SET JBCSCREEN_DEPTH=10
1
Go Back to Environment Variables