Dear, Is there a way to create an xml file, which can be imported by sas (without a map file) and can also be edited and saved using excel software? I tried to use excel to save as xml file, but it can not be imported into sas due to the lack of map file(In fact, map files cannot be used in this requirement). At present, the solution I think of is to save a xls/xlsx file as an xml file through excel software, and then create a macro to translate the xml file to a sas dataset. In this way, I can open this xml for editing and saving, and also import it into SAS dataset with my macro. Is there a better solution?
... View more