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 10286If 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 24152If 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 21100Have 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 15951
How many data types are there in SAS?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What’s the difference between var b1 – b3 and var b1 — b3?
what is the difference between infile and input? : Sas-administrator
what is the purpose of _error_? : Sas programming
What can you learn from the SAS log when debugging?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what is information maps?
how would you create multiple observations from a single observation? : Sas programming
Name few SAS functions?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
how many types prompting framework can be broken down to? : Sas-bi
How can you create a macro variable with in data step? : sas-macro
What is a pdv and what are its functions?