Hello Ballardw,
Thank you for you response.
The following is the log. I looked through my code but could not figure out what the problem is.
6266
6267 proc surveymeans data=Avera_matched_data q1 q3 median;
6268 class telemed_use;
6269 strata telemed_use;
6270 var Hospital_free_days4 ;
6271 domain _imputation_ ;
6272 ods output domain = outex1 ;
6273 run;
WARNING: Output 'domain' was not created. Make sure that the output object name, label, or path
is spelled correctly. Also, verify that the appropriate procedure options are used to
produce the requested output object. For example, verify that the NOPRINT option is not
used.
NOTE: PROCEDURE SURVEYMEANS used (Total process time):
real time 9.77 seconds
cpu time 0.26 seconds
... View more