# JBCLISTFILE
Read Time: 1 minute(s)
Tags: environment variables
# Description
This environment variable specifies the file where stored lists are kept.
# Values
Any valid path to a directory or hashed file.
# Default
If not set, jBASE will attempt to store lists in POINTER-FILE. If it can't be opened then it will store lists in $JBCRELEASEDIR/tmp/jBASEWORK (%JBCRELEASEDIR%\tmp\jBASEWORK on Windows).
# Setting
As per normal environment variable.
# UNIX
export JBCLISTFILE=/home/jim/mylists
1
# Windows
set JBCLISTFILE=C:\globals\SAVEDLISTS
1
See also List Storage.
Go Back to Environment Variables