Environment Variables for Server and Client Applications
The environment variables _CEE_RUNOPTS, _BPXK_AUTOCVT,
and _BPX_BATCH_UMASK must be set as shown in SSHENV and
sshsetenv when running SSH Tectia Server for IBM z/OS programs (see below). The
server startup procedures described in Section Running the Server set these variables automatically for the
server.
The NAME=VALUE format (as in SSHENV) is used when the client or
server programs are run under MVS, and the Bourne shell format (as in
sshsetenv) is used when the programs are run from a USS command
line.
SSHENV:
_CEE_RUNOPTS=FILETAG(AUTOCVT,NOAUTOTAG),TRAP(ON)
_BPXK_AUTOCVT=ON
_BPX_SHAREAS=NO
SSH_BATCHMODE=ON
_BPX_BATCH_UMASK=0022
|
sshsetenv:
_CEE_RUNOPTS="FILETAG(AUTOCVT,NOAUTOTAG),TRAP(ON)"
export _CEE_RUNOPTS
_BPXK_AUTOCVT=ON
export _BPXK_AUTOCVT
_BPX_BATCH_UMASK=0022
export _BPX_BATCH_UMASK
|