
Asked in HCL Group
Given a sentence, how would you write SAS code to extract a specific word from it? For example, given the sentence "this is a sas class", how would you extract the word "sas"?

AnswerBot
1mo
To extract a specific word from a sentence in SAS, use string functions like SCAN or INDEX to locate and retrieve the desired word.
Use the SCAN function: SCAN('this is a sas class', 3) returns 'sas'.
U...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

