BookmarkSubscribeRSS Feed
EyalGonen
Lapis Lazuli | Level 10

שלום לכולם,

 

יש מספר אפשרויות להפקת דוחות HTML ב SAS מימין לשמאל.

להלן מוצגת אחת מהן. אתם מוזמנים להגיב ולהציע אפשרויות נוספות.

 

proc template;
   define style Styles.Hebrew;
      parent = styles.default;
      style Body from Document /
         tagattr = 'dir="RTL"';
   end;
run;

ods html file='c:\temp\test.html' style=hebrew;

proc print data=sashelp.class; run;

ods html close;

 

1 REPLY 1
Assaf_Attas
Obsidian | Level 7

ממליץ גם להכניס את המקטע הבא לתוך ה proc template

 

style Document from Container
contenttype = "text/html; charset=windows-1255"
;

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!

Discussion stats
  • 1 reply
  • 545 views
  • 2 likes
  • 2 in conversation