Applied Filters: (Reset All Filters)
Type: Sample ( Reset Filter)
| Date | Title | Type | ||
|---|---|---|---|---|
| 10/13/09 |
37283 - Use a Microsoft Excel file to create a user-defined format If you have an existing Excel spreadsheet containing variables and descriptions, you can easily transform it into a custom format. http://support.sas.com/kb/37/283.html, 20KB |
Sample | ||
| 3/17/09 |
24727 - Robust macro to write a delimited file Create a comma delimited text file from a SAS data set using macro functionality. Several parameters can be used to generate a header, use variable labels, and specify the delimiter. http://support.sas.com/kb/24/727.html, 19KB |
Sample | ||
| 6/18/08 |
25215 - Use the Unix zcat command from within SASŪ to read a compressed data file Click on the Full Code tab for an example that deomonstrates how to use the Unix zcat utility with FILENAME PIPE to read a compressed file. http://support.sas.com/kb/25/215.html, 17KB |
Sample | ||
| 6/18/08 |
25199 - Write a SASŪ data set and compress it via a Unix command Click on the Full Code tab for an example that demonstrates how a SAS data set can be compressed via a Unix command. Important: This example is meant to be used with Sample 25214, which demonstrates how to read a ... http://support.sas.com/kb/25/199.html, 18KB |
Sample | ||
| 2/8/08 |
24800 - How to invoke PROC EXPORT to create a delimited file Dynamically create delimited file from a SAS data set. http://support.sas.com/kb/24/800.html, 21KB |
Sample | ||
| 12/11/07 |
24583 - Using Macro to create a comma delimited file Dynamically generate a CSV or comma delimited file with macro logic and SQL dictionary tables. http://support.sas.com/kb/24/583.html, 18KB |
Sample | ||
| 11/7/07 |
26011 - Reading zipped files on Windows Use the Winzip Command Line Support Add-on and a FILENAME statement to read zipped files into a SAS data set. http://support.sas.com/kb/26/011.html, 21KB |
Sample | ||
| 1/17/07 |
24656 - Use PROC IMPORT to read a CSV, TAB or delimited file Use PROC IMPORT to read in a delimited file. http://support.sas.com/kb/24/656.html, 22KB |
Sample | ||
| 11/21/06 |
24707 - Reading multiple files with PROC IMPORT Read multiple files using PROC IMPORT without having to run the code manually for each file. http://support.sas.com/kb/24/707.html, 23KB |
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 | ||