LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 5 Aug 2008 15:20:57 -0400
Reply-To:   "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject:   Re: how to attach format into PROC FREQ's output dataset
In-Reply-To:   <200808051545.m75AlN83018430@malibu.cc.uga.edu>
Content-Type:   text/plain; charset=us-ascii

> From: Chang Chung > libname e "d:\your dir\test.xls"; > data e.ageband; > set sashelp.class; > ageband = put(age, ageband.); > drop age; > run; > libname e clear;

note that the libname statement will not write over an existing .xls file.

*todo: if exist(?.xls) then delete; libname ...;

Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov


Back to: Top of message | Previous page | Main SAS-L page