Search found 4 matches
- Fri Mar 07, 2014 5:57 am
- Forum: Data Manipulation
- Topic: Delete several observations
- Replies: 7
- Views: 5098
Re: Delete several observations
I have Version 7.
- Thu Feb 13, 2014 2:54 am
- Forum: Data Manipulation
- Topic: Delete several observations
- Replies: 7
- Views: 5098
Re: Delete several observations
I get :
Error in Sample: @INLIST is not a Genr or series Expression function.
What is the problem?
Error in Sample: @INLIST is not a Genr or series Expression function.
What is the problem?
- Tue Feb 11, 2014 3:14 am
- Forum: Data Manipulation
- Topic: Delete several observations
- Replies: 7
- Views: 5098
Re: Delete several observations
Like this?
2000 2011 if i_11103_naicscode_ser <>inlist(1187,1186, 1260)
What about between:
2000 2011 if i_11103_naicscode_ser <>between(1050;1150)
Could you please correct?
2000 2011 if i_11103_naicscode_ser <>inlist(1187,1186, 1260)
What about between:
2000 2011 if i_11103_naicscode_ser <>between(1050;1150)
Could you please correct?
- Tue Feb 11, 2014 2:24 am
- Forum: Data Manipulation
- Topic: Delete several observations
- Replies: 7
- Views: 5098
Delete several observations
Hi
Is it possible to delete several observations at once?
I use Proc -> Contract Current page:
Example:
2000 2011 if i_11103_naicscode_ser <>1187 and between 1260
And can I some how type in the number 50, 150, 550, 1050, 1200, 2550 in ordrer to delete them??
Is it possible to delete several observations at once?
I use Proc -> Contract Current page:
Example:
2000 2011 if i_11103_naicscode_ser <>1187 and between 1260
And can I some how type in the number 50, 150, 550, 1050, 1200, 2550 in ordrer to delete them??
