BookmarkSubscribeRSS Feed
RIES_Dude
Calcite | Level 5
We use SAS PC (9.2) for CATI work (telephone interviews), and we keep getting profile problems with one of our callers. I suspect that her name is (Dara) is being read as part of code. Any comments/ideas? I'm renaming her to use the last name, and that should solve the problem, but I wanted to check anyway.
Thanks!
1 REPLY 1
TimB_SAS
SAS Employee
There is a DATA statement, and, if you have big fingers:

1 dara one ;
----
14
WARNING 14-169: Assuming the symbol DATA was misspelled as dara.

2 x=1;
3 run ;

NOTE: The data set WORK.ONE has 1 observations and 1 variables.
NOTE: DATA statement used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds


So it could be SAS is trying too hard to be helpful, depending on the context where the name Dara is being used.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 754 views
  • 0 likes
  • 2 in conversation