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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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