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 16203How would you include common or reuse code to be processed along with your statements?
PSCI,
5 15138When 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 19977If 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 21272Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
3 8082How would you code a merge that will keep only the observations that have matches from both sets?
5 12073How 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 9890
In ARRAY processing, what does the DIM function do?
how to read the variables in sas? : Sas-administrator
How to create a permanent sas data set?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is transformation in sas data integration? : Sas-di
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what is treatment emergent events and treatment emregent adverse event
which date functions advances a date time or date/time value by a given interval? : Sas programming
how to do user inputs and command line arguments in sas?
What is maximum storage capability of SAS?
what are validation tools that are used in sas? : Sas-administrator
Describe crosslist option in tables statement?
What do the PUT and INPUT functions do?
How do you delete duplicate observations in sas?
how would you create multiple observations from a single observation? : Sas programming