Hello friends,
Here I try to generate the ods excel file, it tells me the device is offline. Please give some help or suggestions.
Thanks a lot!
395 ods listing close;
396 ods html body='D:\cs02.xls';
NOTE: Writing HTML Body file: D:\cs02.xls
ERROR: Device is offline.
WARNING: No body file. HTML output will not be created.
397 proc freq data=sc.aaj03;
398 table case*num_pmts/chisq nocol nopercent;
399 run;