Hello, I'm running a very simple filtering operation with SAS EM filter node, the filter only filters dataset based on whether a variable exists or not. All other filter options are set to none, so the filter node should only do very simple operation. For some reason the filter node takes around 20 minutes to perform this operation that in normal SAS environment would only take fraction of seconds. The data set I'm using is quite large (~3 million rows, 100 columns), but still the operation shouldn't be very difficult to perform... Any hints how to make this faster or do the filtering in a faster way?
... View more