SAS

Generate Special Excel File Using ODS EXCEL

Besides RTF file, SAS programmer also need to produce excel file. Today’s post will present several special examples including how to create empty worksheet, how to highlight worksheet cells or
SAS

Examples using Perl Regular Expression in DATA Step

Perl regular expressions (PRX) consists of metacharacters which are characters and special characters in essence. SAS searches a source string for substring that matches the Perl regular expression. For example,
RTF SAS

How to enable PROC REPORT use full width of page

SAS technical support confirms that PROC REPORT can not use the full width of page. It is a known bug and still has not been addressed. This post will describe
top