G
gscsrc
How do I adjust my code to give the dates that I am looking for
between 9/1/96 and 1/1/05
+Where contid CONTAINS 'B -' and
94 + cndtlet between '01SEP1996'd and '01JAN2005'd;
95 +run;
NOTE: There were 0 observations read from the data set DB.DPROPOSL.
WHERE contid contains 'B -' and (cndtlet>='01SEP1996'D and
cndtlet<='01JAN2005'D);
NOTE: The data set WORK.PROPOSL has 0 observations and 3 variables.
thanks in advance,
Greg
between 9/1/96 and 1/1/05
+Where contid CONTAINS 'B -' and
94 + cndtlet between '01SEP1996'd and '01JAN2005'd;
95 +run;
NOTE: There were 0 observations read from the data set DB.DPROPOSL.
WHERE contid contains 'B -' and (cndtlet>='01SEP1996'D and
cndtlet<='01JAN2005'D);
NOTE: The data set WORK.PROPOSL has 0 observations and 3 variables.
thanks in advance,
Greg