BookmarkSubscribeRSS Feed
sandeeppajni2
Obsidian | Level 7

Dear Folks,

Could anyone guide how to change the type of the parameter DBCSTYPE into a particular SAS App or Workspace server from PCMS (current) to SJIS. We tried to change it into the sasv9_usermods.cfg file of the App server, and ran the below program, but no changes are being reflected. We are using SAS 9.4M6 in the Linux servers.

 

proc options group=languagecontrol;
quit;

1 REPLY 1
gwootton
SAS Super FREQ
I suspect this has to do with the encoding value being set, which overrides these settings:
You can use the DBCSLANG= and DBCSTYPE= system options to specify the DBCS encoding values for a SAS session. However, the ENCODING= system option is the recommended method in setting a SAS session for DBCS. The ENCODING= system option has priority.

When I commented out the ENCODING value in <SASHome>/SASFoundation/9.4/nls/dbcs/sasv9.cfg and set the dbcs options for lang and type in the command line it was honored.

Source:
Overview to System Options Used in a SAS Session for DBCS
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/nlsref/n17lqt1wc1773mn1krhoi95g67bi.htm
--
Greg Wootton | Principal Systems Technical Support Engineer

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
  • 1 reply
  • 399 views
  • 1 like
  • 2 in conversation