
Asked in HCL Group
data demo; set demo1; where age<14; where weight>80; run: what is the mistake in this code? kind of this question not the same one

AnswerBot
11mo
The code has two 'where' statements which is not allowed in SAS.
Remove one of the 'where' statements to correct the code.
Combine the conditions using 'and' or 'or' operators if both conditions need to...read more
Help your peers!
Add answer anonymously...
Interview Questions Asked to Clinical SAS Programmer at Other Companies
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

