|
|
between-and operator
I know for numeric values, you can specify condition like, between 100
and 1000; in SQL , you can use character , such as between '120.0' and
'120.9';
Is there any way to do that in SAS which will be very useful?
I am asking this, because for ICD9 code, some diseases are defined as
560.3-560.9, there are also some minor codes, such as 560.41 etc. I
can not list all of them using icd9 in (1,2....)
Thanks
Peichang
|
|
0
|
|
|
|
Reply
|
shipeichang (6)
|
3/29/2010 3:29:20 PM |
|
|
0 Replies
384 Views
(page loaded in 0.357 seconds)
Similiar Articles: between-and operator - comp.soft-sys.sasI know for numeric values, you can specify condition like, between 100 and 1000; in SQL , you can use character , such as between '120.0' and '120.9... is ternary operator atomic? - comp.lang.cbetween-and operator - comp.soft-sys.sas is ternary operator atomic? - comp.lang.c Hello All, I have a question regarding the ternary operator usage in C and C++. ... that ... Overloading operators new and delete - comp.lang.c++.moderated ...Dear experts, Please, consider the following example code: void * CLASS_A::operator new( size_t size ){ return Stack::pop(); } void CLASS_A::ope... MATLAB matrix help - comp.soft-sys.matlab> > I started like this below but it doesn't find the elements between 30 and 50. > > A=100*rand(10); > A=fix(A) > x=find(30<=A<=50) use the logical operator & q ... Difference between SAR and IDIV??? - comp.lang.asm.x86Hello all, can anyone explain the difference between SAR and IDIV. From my ... between-and operator - comp.soft-sys.sas Difference between SAR and IDIV??? - comp.lang.asm ... Just How Bad Does Mastercam Suck At Drilling? - comp.cad.pro ...See, that's the difference between a programmer and a computer operator. Anybody can be taught to window in a bunch of holes...well...ALMOST anybody lol The ... const member functions in classes derived from templates. - comp ...Gentlepeople, I do not understand the interaction between templates and const member ... > // Implementation B: This gives compile errors > bool operator==(const B& rhs) const ... Math operations on fields of different rows - comp.lang.awk ...Hi all, I would like to perform math operations on fields of different rows. In particular, with a file like: 1 4 9 I would like the first (and onl... Inserting comments into PDF stream - how? - comp.text.pdf ...... comment text goes here) COMMENT EX This works anywhere between =91complete commands=92; that is, take care not to insert it between an operator and its operands, between ... What's the difference between TEST and CMP ? - comp.lang.asm.x86 ...Bitwise operators - comp.lang.fortran What's the difference between TEST and CMP ? - comp.lang.asm.x86 ... Bitwise operators - comp.lang.fortran Bitwise operators - comp ... Between...And Operator - Access - Office.comDetermines whether the value of an expression falls within a specified range of values. You can use this operator within SQL statements . Syntax expr [ Not ] Between ... SQL BETWEEN OperatorThe BETWEEN operator is used in a WHERE clause to select a range of data between two values. 7/23/2012 4:37:10 PM
|
|
|
|
|
|
|
|
|