Hi I have several proc reports that should be in an Excel file
ODS EXCEL FILE="F:\COVID-19\ \Data\COVID-19 Report(%sysfunc(date(),date9.) %sysfunc(time(),HHMM.)).xlsx"
options(sheet_name = 'Tabel 1'
embedded_titles = 'yes'
embedded_footnotes = 'yes'
orientation = 'landscape'
)
author='dsjfsjdk ';
ods noproctitle;
ods noptitle;
title;
I Start it like this - but it gives me this error:
error "A component of directory-name is not a directory"
I put the right directory, what can the problem be?