Interstage Shunsaku Data Manager Installation Guide - Solaris(TM) Operating System - |
Contents
Index
![]() ![]() |
Chapter 2 Preparing for Installation |
This section explains how to set the environment variables that are required to use Shunsaku commands and the man command.
Refer to the Application Development Guide for more information on the environment variables that are required to use the Shunsaku APIs.
Character Code |
Specified Value |
---|---|
EUC |
ja |
Shift-JIS |
ja_JP.PCK |
UTF-8 |
ja_JP.UTF-8 |
English |
C |
Examples of how to set the environment variables are provided below.
Example 1
For Bourne and Korn shells
LANG=C ; export LANG PATH=/opt/FJSVshnsk/bin:$PATH ; export PATH MANPATH=/opt/FJSVshnsk/man:$MANPATH ; export MANPATH
Example 2
For C shell
setenv LANG C setenv PATH /opt/FJSVshnsk/bin:$PATH setenv MANPATH /opt/FJSVshnsk/man:$MANPATH
Character Code |
Specified Value |
---|---|
EUC |
ja_JP.eucJP |
UTF-8 |
ja_JP.UTF-8 (*1) |
English |
C |
*1) 'ja_JP.UTF-8' can be specified only when using the following software as basic software.
Examples of how to set the environment variables are provided below.
Example 1
For bash, Bourne and Korn shells
LANG=C ; export LANG PATH=/opt/FJSVshnsk/bin:$PATH ; export PATH MANPATH=/opt/FJSVshnsk/man:$MANPATH ; export MANPATH
Example 2
For C shell
setenv LANG C setenv PATH /opt/FJSVshnsk/bin:$PATH setenv MANPATH /opt/FJSVshnsk/man:$MANPATH
Contents
Index
![]() ![]() |