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 10274If 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 24109If 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 21069Have 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 9741When 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 8408If 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 20119Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
7 15918
What do you code to create a macro? : sas-macro
How to include or exclude specific variables in a data set?
How is character variable converted into numeric variable and vice versa?
Approximately what date is represented by the SAS date value of 730?
What are the statements that are executed only?
What do you understand by the term Normal Distribution?
where to use sas business intelligence? : Sas-bi
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Describe crosslist option in tables statement?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How sas treats the dsd delimiters?
Give e an example of..
what is sas application server? : Sas-di
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
how do you want missing values handled? : Sas programming