by Allan | Dec 9, 2018 | metadata, SAS Programming, SAS Web Applications, SAS Web Apps, Stored Process Web Applications, Stored Processes, Web Applications
I received the following today when uploading a large XML file via proc metadata: ERROR: The referenced entity has not been defined. All my entities had been appropriately escaped (or so I thought): select (instr); when (';') put ';'; when ('&') put...