|
Use the month() function...
http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000197966.htm
-Joe
On Wed, Feb 18, 2009 at 8:54 AM, Irin later <irinfigvam@yahoo.com> wrote:
> I need to isolate month from the mem_birth_dt
> In the dataset view, mem_birth_dt looks like:
> 1960-05-23
>
> Proc contents gave me:
> # Variable Type Len Format I nformat
> Label
> 3 mem_birth_dt Num 8 YYMMDD10. 'member birth date'
>
> How can it be implemented in code?
>
> Thank you in advance,
> Irin
>
>
>
>
|