I want to run multiple data sets (that are in the same format) through a single query and for it to produce an output for each data set that is input.
The following code reads in a cellphone bill from an excel file and do a lot of cleaning / reports. %LET month = March;
In general how do we deal with th开发者_如何学运维e situation where macro variables need to be modified inside a macro; for example, suppose I have this macro:
data 开发者_如何学编程_null_; call missing(\'VAR1\', \'VAR2\'); run; results in: ERROR 135-185: Attempt to change the value of the constant \'VAR1\' in the MISSING subroutine call.
Say I have a set of data in this format: IDProduct account open date 1A20100101 1B20100103 2C20100104 2A20100205
Does anyone know how to make SAS output Proc Computab output into excel or rtf output with multiple columns. It puts all the output into one column, which I have to use \"Text to Columns\" to get into
does any one know how to get weeknumber within sas proc 开发者_如何学Gosql ?Personally, I find it very hard to go past SAS\'s own, native WEEK function. It can be called from inside proc sql. Pass it
I\'m looking for documentation/examples/firsthand experience of SAS 64bit performance compared to 32bit in a Windows environment (or any environment if OS has no real impact).
I got t开发者_如何学运维his error ERROR: . NOTE: The SAS System stopped processing this step because of errors.
I am usi开发者_运维问答ng SAS 9 to import a CSV file. Some column names have more than 8 characters. When I imported, there was an error saying the columns are illegal in version 6 dataset.