sas
Finding out the size of a Netezza table using UNIX SAS
What syntax / tables can be used to determine the size (Gbs) of a Netezza table?I am accessing via UNIX SAS (either ODBC or libname engi开发者_开发百科ne).I assume there is a view which will give this[详细]
2023-02-05 12:07 分类:问答Retrieving an array of values from a web service with SAS 9.2
I\'m using SAS 9.2 and trying to retrieve an array of long values from a .NET web service.Here is my setup and call:[详细]
2023-02-05 06:33 分类:问答Retrieve value for n days prior to each date
I have a dataset as follows and I need to retrieve two things: 1) the sum of VALUE between (date-1) and (date-3) for each date and 2) whether, during the 5 days, there are >= two days where the VALUE[详细]
2023-02-04 23:54 分类:问答Force all coefficients to be negative in PROC REG
I\'m wondering if there\'s a way to force all non-intercept coefficients to be positive/negative in proc reg. If I use:[详细]
2023-02-04 22:36 分类:问答Open SAS Program in new window
Currently when you double click on a SAS file in windows, it will open it in an existing SAS session you already have open. Is there a way to make it开发者_如何学编程 so that when it is clicked in win[详细]
2023-02-04 14:38 分类:问答SAS PROC SQL TRIM STATEMENT
I am having problems with a TRIM st This is the error that I am receiving; ERROR: CLI prepare error: [Teradata][ODBC Teradata Driver][Teradata Database][详细]
2023-02-03 22:40 分类:问答Is there a way to append two datasets so that the longer format takes precedence?
Consider this simple example: data abc; length a $2 b $1; a = \"aa\"; b= \"b\"; run; data def; length a $1 b $2;[详细]
2023-02-02 21:37 分类:问答How compatible is WPS with SAS?
How compatible is the WPS SAS-clone with the corresponding products from SAS I开发者_C百科nstitute?[详细]
2023-02-01 23:49 分类:问答Export the types of variables in a SAS dataset
Is there any easy way to capture and export the type of each variable in a SAS dataset? I\'m exporting a dataset to CSV format to read into R, and the read.table procedure in the latter can work more[详细]
2023-01-31 18:42 分类:问答Using SAS to format a string as a substring
I am new to SAS formats. Say I have a string in the form of NNN.xxx where NNN is a number in the format of z3. and xxx is just some text.[详细]
2023-01-31 18:17 分类:问答