Tell e how how dealt with..
No Answer is Posted For this Question
Be the First to Post Answer
what is the SAS/ACCESS and SAS/CONNECT?
9 Answers Accenture, iFlex, TCS,
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
What is instream data in SAS?
what are the three main credit bureau names
1 Answers Synchrony Financial,
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
Mention what is PROC in SAS?
How to do user inputs and command line arguments in SAS? D&B
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
what are several options for creating reports in web report studio? : Sas-bi
At compile time when a SAS data set is read, what items are created?