- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I am having an issue with a proc means with class specification.
SAS log shows an error:
ERROR: An error has occurred while sorting a class interaction type
I tried sorting the dataset, reducing its size but it simply won't work.
Any ideas on how to sort this problem?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It's a bit more than 42GB. Yes, when I sorted it I used the BY statement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I will try splitting the dataset.
The SAS log doesn't report anything about memory!
Thank you Reeza!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@BchBnz wrote:
I will try splitting the dataset.
The SAS log doesn't report anything about memory!
Thank you Reeza!
Are you running this to create a dataset? Using NOPRINT option?
Maybe the issue is many class variables and the table generator for results is getting tangled and not actually a "sort" issue.
And what ODS destination is involved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello ballardw,
I am using the NOPRINT option and OUTPUT OUT statement.
I have 3 classes, which worked for other datasets.