spss.EndDataStep Function (Python)
spss.EndDataStep(). Signals the end of a data step.
-
EndDataStep
must be called to end a data step initiated withStartDataStep
.
For an example that uses EndDataStep
, see the
topic on the Dataset class.
spss.EndDataStep(). Signals the end of a data step.
EndDataStep
must be called to end a data step
initiated with StartDataStep
.For an example that uses EndDataStep
, see the
topic on the Dataset class.