Hello Stata users

I'm trying to export a Stata DTA file to sas7bdat file?

I have tried the export sasxport8 filename, replace command from the help menu. It stores my data in SAS format but not in the intended format "sas7bdat".

Is there a way Stata can do this? I don't have access or a license to Stat/transfer on my pc. So that's not an opportunity.

Kind regards Frank

Stata code:

cd "C:\Users\Frank\excel"

import excel using myexcel, firstrow clear

export sasexport8 myssas, replace