sas
Population-weighted center of a state
I have a list of states, major cities in each state, their populations, and lat/long coordinates for each. Using this, I need to calculate the latitude and longitude that corresponds to the center of[详细]
2023-02-08 22:14 分类:问答questions on sas formating issue
In the following sas code segment, what do the\"lib=sasuser \" and \"select\" mean here? Thanks. proc f开发者_StackOverflowormat lib=sasuser cntlout = sasuser.fmtdata;[详细]
2023-02-08 16:03 分类:问答Difference between PC SAS and Server SAS
Actually my project is integrated with Java. From Java SAS code is calling by usingdrop downs.开发者_开发问答 Currently, we are using server SAS. Now my client wants to move to PC SAS instead of the s[详细]
2023-02-08 13:25 分类:问答regarding the meaning of "put" in SAS
what does the following SAS statement mean? select(substr(put(customerID, 4.),3,2)); Especially, what do the three parameters 4., 3, and 2 stand for?开发者_JAVA百科 ThanksYou are first converting c[详细]
2023-02-08 08:30 分类:问答Experience with using h5py to do analytical work on big data in Python?
I do a lot of statistical work and use Python as my main language. Some of the data sets I work with though can take 20GB of memory, which开发者_Go百科 makes operating on them using in-memory function[详细]
2023-02-08 05:23 分类:问答Installing ESLink on Eclipse
How can I add to eclipse theSAS plugin ESLin开发者_运维问答k ? I cannot get the update site to work. If the update is offline, ESLink has published a file, but how do I get it installed? Anyone else m[详细]
2023-02-07 14:27 分类:问答Conditionally retaining variables in SAS
I have th开发者_如何学Gois SAS sample code: data BEFORE; input v1 v2; datalines; 1 2 ; data AFTER; put \'Before IF: \' _ALL_;[详细]
2023-02-07 14:23 分类:问答a question on the default initialized value for a SAS variable
I am having two questions on the following SAS code: %let crsnum=3; data revenue; set sasuser.all end=final;[详细]
2023-02-07 10:40 分类:问答How to develop a third-party SAS PROC?
Is it possible, as a third party, to develop a SAS PROC?I\'m thinking of something like a matlab toolbox or an R package.[详细]
2023-02-06 13:42 分类:问答multiple missing types from SAS to SQL server
I have a SAS dataset that I am converting to sql server 2005.In the sas dataset there are numeric 开发者_JAVA技巧variables that allow for multiple missing values.[详细]
2023-02-06 05:37 分类:问答