Previous Page | Next Page

System Options for NLS

FSIMM System Option: UNIX



Specifies input method modules (IMMs) for full-screen double-byte character set (DBCS).
Default: none
Valid in: configuration file, SAS invocation, SASV9_OPTIONS environment variable
Category: Environment control: Language control
PROC OPTIONS GROUP: LANGUAGECONTROL
UNIX specifics: all

Syntax
Details
See Also

Syntax

-FSIMM fsdevice_name=IMM-name1<, fsdevice_name=IMM-name2>...


Details

You can specify the following values for IMM-name:

TTY | SASWUJT

provides an interface for /dev/tty. This IMM enables you to enter DBCS strings through a terminal emulator that has DBCS input capability.

PIPE | SASWUJP

provides a pipe interface. This interface forks the DBCS input server process. The default server name is saswujms , which uses the vendor-supplied MOTIF toolkit.

For example, to use the PIPE input method module for X11 drivers, you would specify:
-FSIMM X11=PIPE

Note:   The server is specified by using the FSIMMOPT option.  [cautionend]


See Also

Conceptual Information:

Double-Byte Character Sets (DBCS)

System Option:

FSIMMOPT System Option: UNIX

Previous Page | Next Page | Top of Page