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 15819How would you include common or reuse code to be processed along with your statements?
PSCI,
5 14789When 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 19466If 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 20191Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
3 7841How would you code a merge that will keep only the observations that have matches from both sets?
5 11729How 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 9706
Explain the main difference between the sas procedures and functions? : Sas-administrator
How would you include common or reuse to be processed along with your statements?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
How to include or exclude specific variables in a data set?
How would you determine the number of missing or nonmissing values in computations?
Explain append procedure?
what does the run statement do? : Sas programming
Explain input and put function?
How do you debug and test your SAS programs?
How do you use the do loop if you don’t know how many times you should execute the do loop?
I need level 2 to 5 sas using companies in india
Describe the function and untility of the most difficult SAS macro that you have written.
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What are the applications primarily used by business analyst? : Sas-bi
How long can a macro variable be? A token? : sas-macro