sas
SAS Enterprise Guide using 1 query on multiple data sets
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.[详细]
2023-02-21 01:22 分类:问答SAS Macro-variable reference concatenation
The following code reads in a cellphone bill from an excel file and do a lot of cleaning / reports. %LET month = March;[详细]
2023-02-20 15:20 分类:问答SAS macro variable change
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:[详细]
2023-02-20 05:43 分类:问答What does "Attempt to change the value of the constant" mean in SAS?
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.[详细]
2023-02-19 17:27 分类:问答create index in SAS using do loop
Say I have a set of data in this format: IDProduct account open date 1A20100101 1B20100103 2C20100104 2A20100205[详细]
2023-02-19 08:17 分类:问答SAS Computab Output with Multiple Columns
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[详细]
2023-02-19 07:09 分类:问答week function in proc sql
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[详细]
2023-02-19 03:04 分类:问答SAS 9.2 (64bit) performance on Win 7 (64bit)
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).[详细]
2023-02-19 03:00 分类:问答" ERROR: . " what does it mean?
I got t开发者_如何学运维his error ERROR: . NOTE: The SAS System stopped processing this step because of errors.[详细]
2023-02-18 22:27 分类:问答How to import variable names longer than 8 in SAS?
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.[详细]
2023-02-18 13:04 分类:问答