Applied Filters: (Reset All Filters)
Type: Sample ( Reset Filter)
| Date | Title | Type | ||
|---|---|---|---|---|
| 7/9/08 |
24729 - Right or left justify a title or footnote when CENTER is specified Force right-justification of a footnote or title based upon the LINESIZE= option's value. http://support.sas.com/kb/24/729.html, 20KB |
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 | ||
| 10/30/07 |
24564 - Obtaining the file creation date of a mainframe file from JFCB Open the Job File Control Block (JFCB) for a system file in a DATA step and access the file's creation date. http://support.sas.com/kb/24/564.html, 17KB |
Sample | ||
| 5/4/07 |
24671 - Dynamically determine the number of observations and variables in a SAS data set Using the SAS data set functions OPEN, ATTRN, and CLOSE, retrieve the number of observations and variables in a data set. Note that all of the following is done in macro code, not a DATA Step. http://support.sas.com/kb/24/671.html, 17KB |
Sample | ||
| 5/4/07 |
26139 - Create variable labels from data set values Dynamically create variable labels from data set values using %SYSFUNC and DATA step functions. http://support.sas.com/kb/26/139.html, 20KB |
Sample | ||
| 4/17/07 |
24670 - Determine if a data set exists and conditionally execute additional steps Dynamically determine if a data set exists. http://support.sas.com/kb/24/670.html, 17KB |
Sample | ||
| 12/23/06 |
24613 - Deleting numeric variables that have missing values on any observation Remove numeric variables that have at least one missing value on any observation of a SAS data set. http://support.sas.com/kb/24/613.html, 18KB |
Sample | ||
| 12/20/06 |
26090 - Dynamically determine the creation date and last modified date for an external file Use the DIR command and FILENAME PIPE to dynamically determine the creation and last modified dates of an external file on Windows. If running on Unix, use the LS command with the FILENAME PIPE. http://support.sas.com/kb/26/090.html, 22KB |
Sample | ||
| 8/5/06 |
26065 - Remove carriage return and linefeed characters within quoted strings Convert carriage return and linefeed (CR/LF) characters within quoted string to other printable characters. http://support.sas.com/kb/26/065.html, 21KB |
Sample | ||
| 8/5/06 |
24696 - Reordering variables to be in alphabetical order Dynamically reorder the variables in a SAS Data set to be in alphabetical order. http://support.sas.com/kb/24/696.html, 19KB |
Sample | ||