my SAS scripts worked fine when I was in XP, but now that I\'ve upgraded to Windows 7, my access to MySQL has been im开发者_Python百科paired. I am sure that MySQL is running. If I open a browser then
I am rather new to SAS and I have run into a problem that I think probably has a better solution than what I\'ve found so far.
I am trying to write a zero padded field in a test file that a COB开发者_Go百科OL program will read using the picture clause 9(5)v999. However I am unable to find the proper format. I\'ve tried z8.3 b
I am confronted with a 4-page SAS thing - macro? procedure? it has procedures within it, DATA blocks and PROC blocks, one PROC SQL block for importing from Oracle.
Sorry for the vauge title. My 开发者_如何学JAVAdata set looks essentially like this: IDX 181 181 182
I have a SAS dataset with around 3,000 variables, and I would like to get rid of the character variables for which all values are missing. I know how to do this for numeric variables-- I\'m wondering
I have a variable Deck1开发者_如何学Go-Deck100 (Deck1 through Deck100 representing 100 trials of a task) with four possible values A\' B\' C\' D\'.I need to recode this variable so that A\' and B\' =
Say I\'ve already sorted set1 and set2 by the variables \'sticks\', \'stones\', and \'bones\' and then i do this:
I am from DW/BI background using SAS for many years now I have task to find out number of records p开发者_开发知识库resent in tables on the fly for postgresql tables
Is it usual that the Univariate Frequencies does not display the BY-variable while Univariate BasicMeasures does show the BY-variable?