spss.GetSPSSLowHigh Function (Python)
spss.GetSPSSLowHigh(). Returns the values IBM® SPSS® Statistics uses for LO and HI as a tuple of two values. The first element in the tuple is the value for LO and the second is the value for HI. These values can used to specify missing value ranges for new numeric variables with the SetVarNMissingValues method.
Example
import spss
spsslow, spsshigh = spss.GetSPSSLowHigh()