SAS Tips by Hal

A SAS user's site featuring a free SAS date calculator, a free SAS datetime calculator (JavaScript), code snippets, and brief discussions

Showing posts with label Exporting Files. Show all posts
Showing posts with label Exporting Files. Show all posts
Saturday, June 13, 2015

Two Methods to Create a CSV: Proc Export and the Data Step

›
Sample PROC Export procedure to export a SAS dataset to CSV: proc export data =work.DATASET_NAME;      outfile = 'c:\users\public\EX...
Tuesday, March 13, 2012

SAS Macro to Export All Datasets in Library as SPSS Files

›
/********************************************* Export all datasets in library as SPSS Looping code from Paper 93-26 by Edward Moore: htt...
›
Home
View web version
Powered by Blogger.