Do you need to compute new variables? If so,should you do
this before you execute the report-writing procedure?
Enlist the syntax rules followed in sas statements.
Explain the difference between informat and format with an example.
how does sas handle missing values in a merge? : Sas programming
How to convert HTML file into SAS dataset?
What are symbol tables?Differemce between Local N Global Symbol tables.....
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
How would you combine 3 or more tables with different structures?
why is the use of Retrive statement and give me with example?
How to create an external dataset with sas code?
How to select the observations randomly from a SAS dataset
What are the different types of sas functions?
name few built in sas transformation in DI studio ?