BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi

Can u plz tell me how to publish the report in the national language in EG and WRS as well...
I just want to publish the report headers in the national language(Hindi and Marathi)...

Thax in advance
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
This question may best be answered by Tech Support. As described in this previous forum posting:
http://support.sas.com/forums/thread.jspa?threadID=1503&tstart=0
what you want to do may need the use of TrueType or FreeType fonts to be registered on the server that EG is communicating with.

Someone else on the forum may know how to change the font within SAS Enterprise Guide. Generally speaking, if I were to run a job using code (such as PROC PRINT, PROC REPORT or PROC TABULATE), I would change the headers using this method:
[pre]
ods rtf file='testfont.rtf' ;
ods pdf file='testfont.pdf' ;
ods html file='testfont.html' style=sasweb;

proc print data=sashelp.class
style(header)={font_face="Symbol"};
title 'Using a default Header font';
run;
ods _all_ close;
[/pre]


cynthia

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 598 views
  • 0 likes
  • 2 in conversation