SAS using companies in chennai
wt is a-z and a--z?
What are the default statistics that proc means produce?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What is highest missing value for numeric?
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
What data sets do you need to produce the report?
Differentiate between proc means and proc summary.
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
what is option year cuttoff in sas