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
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:
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
I\'m wondering if there\'s a way to force all non-intercept coefficients to be positive/negative in proc reg. If I use:
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
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]
Consider this simple example: data abc; length a $2 b $1; a = \"aa\"; b= \"b\"; run; data def; length a $1 b $2;
How compatible is the WPS SAS-clone with the corresponding products from SAS I开发者_C百科nstitute?
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
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.