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
Diamond | Level 26
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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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