i want for interview question & answer plz it need immediate
send t my mail
raviprakashmot@gmal.cm
No Answer is Posted For this Question
Be the First to Post Answer
why is sas considered self-documenting? : Sas programming
Identify statements whose placement in the DATA step is critical.
if 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
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.
what are informats in sas? : Sas-administrator
How substr function works in sas?
how do u identify a macro variable
What r all the reporting procedures...?
What is maximum storage capability of SAS?
What is SAS Information Map Studio and its purpose ?
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.
Name statements that are execution only?