Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
4 16029How would you include common or reuse code to be processed along with your statements?
PSCI,
5 15008When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
7 19743If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
16 20827Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
3 7981How would you code a merge that will keep only the observations that have matches from both sets?
5 11953How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
2 9807
How do you define proc in sas? : sas-grid-administration
What was the last computer book you purchased? Why?
What is a macro routine?
What are the ways to do a “table lookup” in sas?
What is SAS? What are the functions does it performs?
What is the basic syntax of a sas program?
What are symget and symput? : sas-macro
explain the use of % includes a statement in sas? : Sas-administrator
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
for what purpose would you use the retain statement? : Sas programming
Give some examples where proc report’s defaults are different than proc print’s defaults?
What do the put and input function do?
Mention what is SAS data set?
Define run-group processing?