BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DmitryKaptur
Fluorite | Level 6

Hi, guys.

I need some help.

I add additional Workspace Servers using this manual https://support.sas.com/resources/papers/AddingAdditionalSASWorkspaceServerstoSupportMultipleEncodin....

At final, I change the file WorkspaceServer_usermods.sh in new app workspace server directory(/sas/SASConfig/Lev1/SASAppUTF/WorkspaceServer) add  "export SAS_COMMAND=$SASROOT/bin/sas_u8" and restart object spawner. 

Now the file is :

 

#!/bin/sh -p
#
# WorkspaceServer_usermods.sh
#
# This script extends WorkspaceServer.sh. Add local environment variables
# to this file so they will be preserved.
#

USERMODS_OPTIONS=
export SAS_COMMAND=$SASROOT/bin/sas_u8

 

 

But it doesn't work, when I run 

 

proc options option=encoding;
run;

The result is ENCODING=WCYRILLIC.

 

I check the path /sas/SASHome/SASFoundation/9.4/bin, file sas_u8 is exist.

 

 

 

 

 

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

The usual place to change this would be in your SAS workspace server context configuration. For example if changing SASApp then modify:

 

<SASHome>/sas/config/lev1/sasapp/sasv9_usermods.cfg

 

Add the line -ENCODING UTF-8

View solution in original post

2 REPLIES 2
SASKiwi
PROC Star

The usual place to change this would be in your SAS workspace server context configuration. For example if changing SASApp then modify:

 

<SASHome>/sas/config/lev1/sasapp/sasv9_usermods.cfg

 

Add the line -ENCODING UTF-8

DmitryKaptur
Fluorite | Level 6

@SASKiwi 

Thank you very much. Its work. 👍

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1067 views
  • 4 likes
  • 2 in conversation