1.) Open the text file http://support.sas.com/publishing/cert/sampdata.txt in an application that can work with text files. 2.) In the Menu bar, click 'Edit', and then scroll down to 'Find' and locate the function 'Find and Replace' and select it. 3.) In the 'Find' category, enter 'sasuser' and in the 'Replace' category enter 'basecert'. Select 'Replace All', and save the file under a name that you can remember. You will use this edited text file to create and save data sets in SAS Studio in a user-defined library called 'basecert'. 4.) Open up SAS Studio as usual, and select 'Folders' and then select 'MyFolders'. Click the icon to create 'New Folder' and name this folder 'basecert'. 5.) Go to 'Libraries' an click the icon for 'New Library'. Under 'Name', enter 'basecert' (omit the quotations around 'basecert' when doing this). Under 'Path', enter '/folders/myfolders' (omit the quotation marks around '/folders/myfolders' when doing this). 6.) Click 'Code', and in the text editor called 'Program 1' paste the entire modified text file that you saved earlier. Now, save this new SAS program as 'basecert_setup'. 7.) Run 'basecert_setup' using the 'run' icon. Since my solution is not perfect, 3 errors will be generated. However, all the intended SAS data sets should be created. I don't know how to get rid of the 3 error messages, but if someone figures out a solution please post it!
... View more