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 16012How would you include common or reuse code to be processed along with your statements?
PSCI,
5 14989When 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 19715If 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 20776Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
3 7962How would you code a merge that will keep only the observations that have matches from both sets?
5 11930How 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 9791
what is broad cast agent? : Sas-bi
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what is ae onset date n what is RDS
Explain input and put function?
If money were no object, what would you like to do?
What is the difference between reading data from an external file and reading data from an existing data set?
How do you control the number of observations and/or variables read or written?
In proc transpose and data step with arrays which one you pick?
how would you create multiple observations from a single observation? : Sas programming
What is maximum storage capability of SAS?
Explain the difference between nodup and nodupkey options?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Difference between informat and format?
What are the data types in sas?
what are informats in sas? : Sas-administrator