Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Syntax save data in sav/spss format?

    hello guyss, im little confused about how to save my data in sav/spss format in state 17, anybody here know the syntax? thankyouuu

  • #2
    It's not the following?
    Code:
    export spss using <filename>
    Help file here.

    Is it that the feature didn't yet exist in that release?

    Comment


    • #3
      There's no official command to do that, -export spss- was introduced in Stata 18. So use -dta2sav- (Dirk Enzmann, install from SSC) or -savespss- (Sergiy Radyakin, see http://radyakin.org/transfer/savespss/savespss.htm) would be a good choice.

      Comment


      • #4
        If the machine you are working on also has SPSS installed, another option is to open the Stata file directly in SPSS. (Yes, SPSS can read Stata files). Then save it as an SPSS .sav file from SPSS.

        Comment


        • #5
          The free online rioweb is often good for dataset conversions.

          https://gallery.shinyapps.io/rioweb/
          -------------------------------------------
          Richard Williams, Notre Dame Dept of Sociology
          StataNow Version: 19.5 MP (2 processor)

          EMAIL: [email protected]
          WWW: https://www3.nd.edu/~rwilliam

          Comment

          Working...
          X