Data Management Object Model Reference

Respondent.NeedsReview Method 

This will set the system variable Respondent.NeedsReview to true. This can be used to flag respondent that needs manual cleaning or needs to be further processed by other tools or transformations.

[Visual Basic]
Public Sub NeedsReview( _
   ByVal ReviewCode As Integer _
)
[C#]
public void NeedsReview(
   int ReviewCode
);

See Also

Respondent Class | SPSSMR.Data.Transformations Namespace