Cookies help us display personalized product recommendations and ensure you have great shopping experience.

By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
SmartData CollectiveSmartData Collective
  • Analytics
    AnalyticsShow More
    image fx (67)
    Improving LinkedIn Ad Strategies with Data Analytics
    9 Min Read
    big data and remote work
    Data Helps Speech-Language Pathologists Deliver Better Results
    6 Min Read
    data driven insights
    How Data-Driven Insights Are Addressing Gaps in Patient Communication and Equity
    8 Min Read
    pexels pavel danilyuk 8112119
    Data Analytics Is Revolutionizing Medical Credentialing
    8 Min Read
    data and seo
    Maximize SEO Success with Powerful Data Analytics Insights
    8 Min Read
  • Big Data
  • BI
  • Exclusive
  • IT
  • Marketing
  • Software
Search
© 2008-25 SmartData Collective. All Rights Reserved.
Reading: Learning SPSS for SAS users
Share
Notification
Font ResizerAa
SmartData CollectiveSmartData Collective
Font ResizerAa
Search
  • About
  • Help
  • Privacy
Follow US
© 2008-23 SmartData Collective. All Rights Reserved.
SmartData Collective > Big Data > Data Mining > Learning SPSS for SAS users
Data MiningPredictive Analytics

Learning SPSS for SAS users

Editor SDC
Editor SDC
4 Min Read
SHARE

I wrote a post on learning SAS for SPSS users based on the chapter from Little SAS Book authors. Here is a comment on that which could be of great technical use for people wanting to use the very nice menu driven SPSS.

SPSS has a book, Programming and Data Management for SPSS Statistics 17.0: A Guide for SPSS Statistics and SAS Users that has been updated annually for about five years. It can be downloaded as a PDF file from
http://www.spss.com/devcentral.

Besides a wealth of information on, well, programming and data management with SPSS Statistics, it includes a 35-page chapter entitled

SPSS Statistics for SAS Programmers.

The corrected link turns out to be

http://www.spss.com/statistics/base/ProgDataMgmt_SPSS17.pdf

 

More Read

Today, as individuals and as a society, we are faced with highly…
How to Boost Your Sales with Big Data
IBM and ILOG for a smarter planet
Disease Management Programs – A Time to Revisit
Analytics versus Performance Management – Does Anyone know the Difference?

It is a 3.5 mb download and worth the wait.

Here is an extract from the Pdf


I wrote a post on learning SAS for SPSS users based on the chapter from Little SAS Book authors. Here is a comment on that which could be of great technical use for people wanting to use the very nice menu driven SPSS.

SPSS has a book, Programming and Data Management for SPSS Statistics 17.0: A Guide for SPSS Statistics and SAS Users that has been updated annually for about five years. It can be downloaded as a PDF file from
http://www.spss.com/devcentral.

Besides a wealth of information on, well, programming and data management with SPSS Statistics, it includes a 35-page chapter entitled

SPSS Statistics for SAS Programmers.

The corrected link turns out to be

http://www.spss.com/statistics/base/ProgDataMgmt_SPSS17.pdf

 

It is a 3.5 mb download and worth the wait.

Here is an extract from the Pdf

Reading Multiple Tables
Both SPSS Statistics and SAS support reading and merging multiple database tables,and the code in both languages is very similar.
*access_multtables1.sps


GET DATA /TYPE=ODBC /CONNECT=
‘DSN=MS Access Database;DBQ=/examples/data/dm_demo.mdb;’+
‘DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;’
/SQL =
‘SELECT * FROM DemographicInformation, SurveyResponses’
‘ WHERE DemographicInformation.ID=SurveyResponses.ID’.
EXECUTE.

proc sql;
connect to odbc(dsn=dm_demo uid=admin pwd=admin);
create table sasdata2 as
select *
from connection to odbc(
select *
from DemographicInformation, SurveyResponses
where DemographicInformation.ID=SurveyResponses.ID
);
quit;


Both languages also support left and right outer joins and one-to-many record matching between database tables.

 

Note on SPSS.com website

 

The SPSS site however uses registration and login , unlike the SAS.com site which is much more user friendly. In addition the SPSS website rarely seems to use the registration information as I have registered many times over the past three years and haven’t gotten any email marketing at all.SAS of course has a great set of blogs at www.sas.com/blogs which are readily accessible. If you subscribe to their newsletters ( and they have many useful ones) the product suggestions are discretely to the right column.Ironically the www.sas.com site was down when I writing this , as they were updating it for changes –including the release of 9.2

On searching for “ Statistics 17.0: A Guide for SPSS Statistics and SAS Users” on the link above, however you may get a lot of white papers and product demos , as unlike the search at www.sas.com or at other Google optimized websites , the SPSS search is mildly , mildly inaccurate.The search for these exact keywords also throws up ,ironically , white papers on text mining.

http://www.spss.com/devcentral.is a great repository technical people and not just SPSS users- it is a good and free library of papers on data mining and predictive analytics. Except for the search 🙂

Share/Save/Bookmark

TAGGED:sasspssstatistics
Share This Article
Facebook Pinterest LinkedIn
Share

Follow us on Facebook

Latest News

image fx (2)
Monitoring Data Without Turning into Big Brother
Big Data Exclusive
image fx (71)
The Power of AI for Personalization in Email
Artificial Intelligence Exclusive Marketing
image fx (67)
Improving LinkedIn Ad Strategies with Data Analytics
Analytics Big Data Exclusive Software
big data and remote work
Data Helps Speech-Language Pathologists Deliver Better Results
Analytics Big Data Exclusive

Stay Connected

1.2kFollowersLike
33.7kFollowersFollow
222FollowersPin

You Might also Like

The Output Translator

6 Min Read
analytical culture
AnalyticsBest PracticesBig DataBusiness IntelligenceBusiness RulesCulture/LeadershipData ManagementInside CompaniesPolicy and GovernanceStatistics

Analytical Cultures: Nurture Yours Through Training

8 Min Read

First Look – SPSS Predictive Analytic Software 13

5 Min Read

SAS BI Dashboard Rocks My Google Analytics Data Analysis

10 Min Read

SmartData Collective is one of the largest & trusted community covering technical content about Big Data, BI, Cloud, Analytics, Artificial Intelligence, IoT & more.

ai in ecommerce
Artificial Intelligence for eCommerce: A Closer Look
Artificial Intelligence
data-driven web design
5 Great Tips for Using Data Analytics for Website UX
Big Data

Quick Link

  • About
  • Contact
  • Privacy
Follow US
© 2008-25 SmartData Collective. All Rights Reserved.
Go to mobile version
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?