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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 514 views
  • 0 likes
  • 2 in conversation