SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
Expand all | Collapse all

PS matching works fine in version 26, but I get an error in version 27.

  • 1.  PS matching works fine in version 26, but I get an error in version 27.

    Posted Fri May 28, 2021 03:54 AM

    Despite the same data, PS matching works fine in version 26, but gives an error in version 27.

    Since my product is a Korean version, some of the contents in Korean have been translated into English.

    >Error # 1. Command name: /MATCHIT

    > The first word of a line is not recognized as an SPSS Statistics command.

    > This command execution was aborted.

    MATCH=NEAREST

    EST =LOGIT

    RATIO = 1

    CALIPER = 0

    DISCARD = CONTROL

    /OPTIONS DETAILEDBAL

    >Error #1. Command name: /OPTIONS

    > The first word of a line is not recognized as an SPSS Statistics command .

    > This command execution was aborted.

    /OUTPUT MATCHED.

    >Error # 1. Command name: /OUTPUT

    > The first word of a line is not recognized as an SPSS Statistics command .

    > This command execution was aborted.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 2.  RE: PS matching works fine in version 26, but I get an error in version 27.

    Posted Fri May 28, 2021 12:55 PM

    That output indicates that PLS is not installed in V27. You will need to get it from the Extension Hub or here

    https://1drv.ms/u/s!AoWcE61g_FAdisIdnggsYvcuNuCMDQ?e=wv7YIQ

    You may need Admin permission to install it.

    Remember that it also requires the third-party libraries numpy and scipy.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 3.  RE: PS matching works fine in version 26, but I get an error in version 27.

    Posted Mon May 31, 2021 04:50 AM

    Thanks, but no change. The same error persists.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 4.  RE: PS matching works fine in version 26, but I get an error in version 27.

    Posted Mon May 31, 2021 01:17 PM

    If there are any blank lines in the syntax generated by the dialog box, they need to be deleted. Paste the syntax to check.

    If that isn't the problem, run this code in a syntax window to get more information.

    begin program python3.

    import PLS

    print(PLS)

    end program.






    #SPSSStatistics
    #Support
    #SupportMigration