Groups
Groups
Sign in
Groups
Groups
Anova Groups Forum
Conversations
Labels
About
Send feedback
Help
prog1 -les 5 (3.16) getting error pl help
24 views
question-type
Skip to first unread message
Nisha S
unread,
Apr 1, 2015, 7:29:19 PM
4/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
4/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
4/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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