What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
2 10374If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
7 24391If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
8 21336Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
2 9840When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
2 8518If 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?
10 20471Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
7 16152
What areas of SAS are you most interested in?
What are the ways to do a “table lookup” in sas?
what are several options for creating reports in web report studio? : Sas-bi
In SAS explain which statement does not perform automatic conversions in comparisons?
which date function advances a date, time or datetime value by a given interval? : Sas programming
How do you add a number to a macro variable? : sas-macro
Mention what is the difference between nodupkey and nodup options?
Tell e how how dealt with..
What is the sas data set? : sas-grid-administration
Difference between SAS STATA & SPSS?
What are the differences between sum function and using “+” operator?
what is sas and what are the functions? : Sas-administrator
Explain data step in SAS
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?