What are exact SAS Base contents..?N what r SAS Tools..?
Answer / pallavi
sas macros
sas datasets
sas import
--> tools : SAS/Access, SAS/EIS...
| Is This Answer Correct ? | 3 Yes | 0 No |
for whom is sas data integration studio designed? : Sas-di
How could you generate test data with no input data?
How long can a macro variable be? A token? : sas-macro
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
How do dates work in sas?
What is _n_?
how to generate the test data in sas without input data? : Sas-administrator
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
Briefly explain input and put function?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
Explain proc univariate?
why a stop statement is needed for the point= option on a set statement?