Does anyone know what this error message means?
FATAL: Code generation error detected during MISSING smear generation.
This happens when approximately 40 data sets are concatenated. I believe that this may be due to the fact that I have too many variables (about 217), but it would be good to get confirmation of this ...
(log file)
301 Data &dsn.&pfix.;
302 set &setlist.;
303 if SPCODE > 50 then delete;
304 * these SPCODES are subtotals ; run;
FATAL: Code generation error detected during MISSING smear generation.
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.XXXXXX may be incomplete. When this step was
stopped there were 0 observations and 217 variables.
NOTE: DATA statement used (Total process time):
real time 10.58 seconds
cpu time 1.76 seconds
source
share