SAS Help is not perfect. For instance, months ago, I wanted to import a multi-sheet Excel spreadsheet into SAS and was stuck on how to import the data on different sheets to different datasets automatically. Lots of efforts were spared, but I finally came to know in SAS Community that there is a SHEET statement in PROC IMPORT that can do the job (Re: Import and merge multiple sheets from excel). However, that statement is not present in the documentation of PROC IMPORT. So SAS Help is a good manual to rely on, but sometimes information from other sources like SAS Community is also indispensable.
... View more