Applied Filters: (Reset All Filters)
Type: Sample ( Reset Filter)
| Date | Title | Type | ||
|---|---|---|---|---|
| 8/7/09 |
24622 - Drop variables from a SAS data set when all its values are missing Use arrays and iterative DO loops to determine whether a variable's values are all missing. Create a macro variable whose value is the list of the variables to be dropped. Use the macro variable in a DROP statement in a ... http://support.sas.com/kb/24/622.html, 19KB |
Sample | ||
| 2/8/08 |
24672 - Splitting long comment variables on word boundaries Split a variable containing a very long comment into shorter variables without splitting a word. http://support.sas.com/kb/24/672.html, 20KB |
Sample | ||
| 1/9/08 |
24754 - Sort variable values within an observation Put all variable values in sorted order. http://support.sas.com/kb/24/754.html, 18KB |
Sample | ||
| 4/30/07 |
24736 - Scanning for words in a string Using ARRAY processing and the SCAN function, pull out words from one string and store them in separate variables. http://support.sas.com/kb/24/736.html, 17KB |
Sample | ||
| 12/23/06 |
24693 - Convert missing values to zero and values of zero to missing for numeric variables Use ARRAY processing to test all numeric values for a specific value, and reassign the value accordingly. http://support.sas.com/kb/24/693.html, 21KB |
Sample | ||
| 12/23/06 |
24689 - Collapse a SAS data set into one observation Illustrate how to use multidimensional arrays by reshaping a multi-observation data set into a single observation data set. http://support.sas.com/kb/24/689.html, 21KB |
Sample | ||
| 6/28/06 |
26064 - Performing a table lookup when the lookup data set is not indexed Subset the observations from one data set into one of two output data sets, based on specific criteria. http://support.sas.com/kb/26/064.html, 20KB |
Sample | ||
| 6/22/06 |
24635 - Expanding SAS data set observations Read in a SAS data set and create multiple observations from each observation read. http://support.sas.com/kb/24/635.html, 18KB |
Sample | ||
| 3/22/06 |
24688 - Create multiple observations from a single observation using multidimensional arrays Illustrate how to categorize variables based on their position in a multidimensional array. http://support.sas.com/kb/24/688.html, 18KB |
Sample | ||
| 1/10/06 |
24628 - Dynamically compute product of all values in an array Use array processing to compute the product of multiple values. http://support.sas.com/kb/24/628.html, 17KB |
Sample | ||