When I move the run between windows and UNIX for ODS EXCEL OUPUT, the font changes. I am aware it is OS dependent but is there a style or so which can make it consistent? or any options?
Are you specifying a STYLE on the ODS Excel statement? If not then two different installs may be using different styles as the default.
I would start by finding a style common to both installs and using that. Note that the installs may have different styles available.
proc template;
list/where=(lowcase(type)='style');
run;
will generate output with the available styles.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.