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 10300If 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 24179If 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 21132Have 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 9761When 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 8444If 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 20189Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
7 15975
How would you include common or reuse to be processed along with your statements?
what is sas enterprise intelligence architecture? : Sas-bi
What is factor analysis?
explain about data integrator metadata reports? : Sas-di
What is the basic syntax style in SAS?
Difference between informat and format?
State the difference between INFORMAT and FORMAT ?
I need level 2 to 5 sas using companies in india
explain about various caches available in data integrator? : Sas-di
Describe the ways in which you can create macro variables?
Explain by-group processing?
How do dates work in SAS data?
What are the default statistics for means procedure?
What is the role of unrestrictive users? : sas-grid-administration
what is the effect of the options statement errors=1? : Sas programming