problem between dates in where statement 0-obs

  • Thread starter Thread starter gscsrc
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top