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
    big data analytics in transporation
    Turning Data Into Decisions: How Analytics Improves Transportation Strategy
    3 Min Read
    sales and data analytics
    How Data Analytics Improves Lead Management and Sales Results
    9 Min Read
    data analytics and truck accident claims
    How Data Analytics Reduces Truck Accidents and Speeds Up Claims
    7 Min Read
    predictive analytics for interior designers
    Interior Designers Boost Profits with Predictive Analytics
    8 Min Read
    image fx (67)
    Improving LinkedIn Ad Strategies with Data Analytics
    9 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

Q & A with Eric Siegel, President of Prediction Impact
What If We Could Feel the Big Data Sugar Rush Faster?
With PMML, interoperability is truly attainable
The Achilles’ Heel of SaaS: the processor vendors Intel and IBM
Data Collection 101: Where Is Your Data Coming From?

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

data intelligence in healthcare
How Data Is Powering Real-Time Intelligence in Health Systems
Big Data Exclusive
intersection of data
The Intersection of Data and Empathy in Modern Support Careers
Big Data Exclusive
blockchain for ICOs
The Role of Blockchain in ICO Fundraising
Blockchain Exclusive
ai in business
How AI Helps Businesses Discover Specialized Niches
Exclusive Marketing

Stay Connected

1.2kFollowersLike
33.7kFollowersFollow
222FollowersPin

You Might also Like

Why Do Once Successful Companies Fail?

7 Min Read

Update on Predictive Analytics in the Cloud

2 Min Read

Analytics simplify data to amplify its value

5 Min Read

Consuming Output for Further Processing

9 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 and chatbots
Chatbots and SEO: How Can Chatbots Improve Your SEO Ranking?
Artificial Intelligence Chatbots Exclusive
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?