Top "Sas" questions

The SAS language is a 4GL that underpins the SAS system, a suite of products centered around data processing and statistical procedures.

What's your best trick to break out of an unbalanced quote condition in BASE SAS?

As a base SAS programmer, you know the drill: You submit your SAS code, which contains an unbalanced quote, so …

sas base quotes
Survival Analysis for Telecom Churn using R

I am working on Telecom Churn problem and here is my dataset. http://www.sgi.com/tech/mlc/db/churn.…

r sas logistic-regression survival-analysis cox-regression
What is the SAS format and informat for "mm/dd/yyyy hh:mm:ss"?

The Question Please is there a built-in SAS format and informat for datetime in mm/dd/yyyy hh:mm:ss? …

datetime format sas informat
HAVING clause without grouping by all non-aggregate columns in SELECT

HAVING clause without grouping by all non-aggregate columns in SELECT I am often faced with tables that have an id …

sql sas proc-sql
What is the function of an ID statement in Proc means in SAS?

I am working on replicating a SAS code into a R code and I came across the following SAS code …

r sas mean proc
Transfer Function Models :: Arimax in TSA

I am trying to replicate the model from forecasting with dynamic regression models and I can't match the output in …

r sas
SAS to Oracle ODBC - passing a SAS table INTO the database

Can anyone please advise the syntax for passing a table FROM a SAS library INTO an oracle database? example code …

oracle odbc sas proc-sql
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 …

python scipy sas hdf5 h5py
Dynamically call macro from sas data step

This code executes fine when Run as a SAS program: %MyMacro(foo_val, bar_val, bat_val); I have created …

sas sas-macro
SAS - Custom Date Format - YYYYMMDDhhmmss

I need to add a current date to the output I am exporting from SAS in the following format: filename_…

date sas format informat