prog1 -les 5 (3.16) getting error pl help

24 views
Skip to first unread message

Nisha S

unread,
Apr 1, 2015, 7:29:19 PM4/1/15
to anova...@googlegroups.com
data q1birthdays;
   set orion.employee_payroll;
   Birthmonth=month(Birth_date);
   if BirthMonth 1e 3;
run;

Sudha

unread,
Apr 2, 2015, 7:02:19 AM4/2/15
to anova...@googlegroups.com
Hi nisha, I tried your prog and its running error-free for me.

Screenshot 2015-04-02 06.59.24.png

snehal566

unread,
Apr 14, 2015, 8:30:43 PM4/14/15
to anova...@googlegroups.com
Hi Nisha,
in your code , 
replace if BirthMonth 1e 3;
to if BirthMonth le 3;


Reply all
Reply to author
Forward
0 new messages