@Mian - Not sure why they refer to SAS 9.2. You might want to check if that folder exists. Also retype the whole SASUSER line to ensure there are no hidden characters.
-SASUSER 'C:\temp\My SAS Files\9.2\'
-SET MYSASFILES 'C:\temp\My SAS Files\9.2\' /* *** */
Try this: -SASUSER 'C:\temp\My SAS Files\9.2\'
... View more