According to the Instruction Manual (http://support.sas.com/ondemand/manuals/AcadInstrucManual.pdf), only DATA files can be stored on the SAS Server. You cannot store program files, course notes, slides...or in your case, PDF documents. I am guessing that is likely the issue you are having, since your PDF's are not in a SAS data format which would then be uploaded through your account portal. The Instruction Manual has a section "Requesting Assistance with Custom Course Data on the SAS Server". I think you need to contact these folks and ask them how to use PDF's as a datasource (that is, how to get your PDF's into a SAS dataset). This information seems to be lacking in the manual. SAS Support is great, I am sure they can address your needs. Related to this discussion. When I took an EM SAS course, we would remote into a Windows server using RDP where EM was installed. I am guessing that this was their OnDemand stuff in action. While an RDP session *can* be setup to allow access to the local computers filesystem, the OnDemand may not be setup that way. If it is setup that way, a person should be able to use the TM Import (or %tmfilter macro) provided in EM to connect to a folder of PDF documents and generate the SAS dataset. This certainly would be more ideal than getting SAS support to do it for you. I'd like to add to a previous commentor about PDF's needing to be in a Text format. PDF documents can be in Text where you can use your cursor to select, copy and then paste to things like MS Word, Notepad, VIM (etc...). But PDF's can also be like an Image (like a Jpeg) where Text is not selectable. This is often the result of 1) A paper document was scanned to PDF or 2) An electronic document was converted to a PDF using a sub-standard conversion process. You can get software that can perform OCR (optical character recognition) on PDF documents that are an 'Image' (Adobe Acrobat Pro paid version can do this). OCR works best on machine print fonts (times new roman, arial, etc...) as opposed to hand writing. Although the former is possible.
... View more