Hello.

I have 100 numeric variables (var1-var100) which are all categorical (1, 2, 3). I would like to identify the observations with any variable equal to 3.
Is there any simple function that can do that? I tried browse if inlist(3,var1-var100), but it doesn't work.

Thank you very much.