SAS Base Programming: Generate Reports and Output
This segment is the last major topic to be tested on the Specialist SAS Base exam and the whole guide is found here: SAS Exam: Complete Guide. To look at…
Continue readingThis segment is the last major topic to be tested on the Specialist SAS Base exam and the whole guide is found here: SAS Exam: Complete Guide. To look at…
Continue readingFor other parts of the topics being tested go to the SAS Exam: Complete Guide. To look at some SAS Base Exam Questions to practice your SAS skills, go to…
Continue readingThis is the second part of the SAS Base Programming Exam Guide to prepare for the Base Programming Specialist Exam. Sort observations in a SAS data set Use the SORT…
Continue readingIntroduction These practice questions are just a sample of the SAS Base exam and does not represent all types of questions asked. It is up to you to verify all…
Continue readingIntroduction The following guide is for the SAS Certified Specialist: Base Programming Using SAS 9.4 exam. This is a new exam for the SAS Base Certification which involves coding challenges…
Continue readingCreate temporary and permanent SAS data sets Use a DATA step to create a SAS data set from an existing SAS data set. libname perm_dir ‘/folders/myfolders/datasets’; /* Creating a temporary…
Continue reading