Q: A customer wrote, “What, no stored process samples?”
A: We do have samples and notes about writing and using stored processes. We do not have a browse topic for stored processes. Therefore, to find samples about creating and maintaining stored…
Pivot tables and Cheezy Graphs? No more…
As any good analyst knows, working with data is not the problem. Good analysts have the skill necessary to combine, split, merge, slice, aggregate, or summarize data any way you can imagine. However, is that enough? Probably not.. What good does data do if you can’t communicate its meaning in a logical way. The day […]
SAS Supplied Formats for SAS date 17750
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Search tip for language elements
If you are searching support.sas.com for documentation about a language element, include the word “syntax” in your search phrase. You do not need to include the phrase in quotes.
For example, if you want a list of available formats or usage infor…
Replace Missing Numeric Values using Missing Option/Proc STDIZE
MISSING OPTION
Replacing missing values with the desired value like a zero is always a challenge, especially when we have a dataset with a number of columns to standardize. The OLD WAY of doing it to write a DATA step code with …
COMPRESS: SAS Function strips characters from the string
In SAS 9.1.3 , an extra argument (MODIFIER) is added to the SAS character string function COMPRESS and these modifiers modifies the action of the COMPRESS function;
Syntax: COMPRESS(<, chars><, modifiers>) ;
Following characters can …