sas
SAS proc import missing leading zero
I am trying to import numbers from csv file to sas dataset with proc import ( SAS ) , but all my leading ze开发者_运维百科ro are disappear after the import.[详细]
2023-04-13 07:37 分类:问答if _N_ = 1 condition returns true even if the set dataset is empty (zero observations) in SAS
A doubt on SAS: data new; set _NULL_; run; data _NULL_; set new; if _N_ = 0 then call execute (\"%put empty dataset;\");[详细]
2023-04-12 01:29 分类:问答XPT to CSV Conversion? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-11 20:34 分类:问答Debugging SAS error message "ERROR: Cannot retrieve metadata from SAS Metadata Repository."
I get the above error when submitting code as follows: 337data x; 338set nz.aa; ERROR: Cannot retrieve metadata from SAS Metadata Repository.[详细]
2023-04-11 12:36 分类:问答SAS statistical programming bindings into C#
I would like to call some SAS instructions and get the results in my C# program (like with the LINK SQL bindings).[详细]
2023-04-11 07:45 分类:问答cross validation in SAS
I have split my data into 5 folds in SAS. So I have s1,s2,s3,s4,s5 I was wondering what\'s the best way to iterate through each of the folds to perform cross validation. For example, th开发者_如何学[详细]
2023-04-10 04:15 分类:问答Keeping/Dropping Variables in SAS
I want to remove columns/variables from a large SAS dataset, call it \'data\'. I have all of the column names that I want to drop stored in an开发者_Python百科other SAS dataset - let\'s call it \'var\[详细]
2023-04-10 04:11 分类:问答Extra and misaligned rows when importing data in SAS
I am trying to import data in SAS like: ABCDE xyzhi s1s2s3s4s5 where A B C D and E are column names. I have 240 columns in my dataset and the code I am using is:[详细]
2023-04-09 09:18 分类:问答It seems that I have a rounding issue with SAS PROC FORMAT
It seems that I have a rounding issue with SAS PROC FORMAT. The code is as below: proc format; value testf[详细]
2023-04-09 08:23 分类:问答New to SAS - need help getting started
My department maintains all sorts of jobs and reports based on SAS, in a mainframe/batch environment (ie ugly JCL green screens).[详细]
2023-04-08 21:33 分类:问答