- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-29-2010 02:35 PM
(6708 views)
The import Data icon shows a yellow triangle with an exclamation point. Does this mean my data was not imported properly? How do I fix this problem?
Thanks
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
The warning symbol says that there was a warning in the SAS log from the task. Open the log and examine the warning. Then you can make the appropriate changes. It could be trivial and it could also be that the import did not work the way you expected.
Doc Muhlbaier
Duke
Doc Muhlbaier
Duke
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I had a similar problem. This may or may not be related:
Check to see if any of your variable names contain labels. It gets grumpy if it has to run the __EG_LABEL__ in your code. You can see this in your log. It's just a nuisance warning, though, and won't hurt anything.
"WARNING: The variable __EG_LABEL__ in the DROP, KEEP, or RENAME list has never been referenced."
Check to see if any of your variable names contain labels. It gets grumpy if it has to run the __EG_LABEL__ in your code. You can see this in your log. It's just a nuisance warning, though, and won't hurt anything.
"WARNING: The variable __EG_LABEL__ in the DROP, KEEP, or RENAME list has never been referenced."
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You can turn these warnings off under Tools-->Options. I don't know which version of SAS you're running, but its buried somewhere in there.