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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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