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 10285If 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 24151If 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 21098Have 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 9749When 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 8429If 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 20154Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
7 15950
what is the use of proc contents and proc print in sas? : Sas-administrator
How long can a macro variable be? A token? : sas-macro
Give some examples where proc report’s defaults are same as proc print’s defaults?
How to test the debugging in sas?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What is proc sort?
What system options would you use to help debug a macro? : sas-macro
Mention what is the difference between nodupkey and nodup options?
how does sas handle missing values in sort order? : Sas programming
what other sas products have you used and consider yourself proficient in using? : Sas programming
what is sas metadata server? : Sas-di
What is the role of unrestrictive users? : sas-grid-administration
how are numeric and character missing values represented internally? : Sas programming
Explain how you can debug and test your SAS program?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming