What is the order of evaluation of the comparison
operators: + - * /** ()?
Answers were Sorted based on User's Feedback
Answer / kiran kumar yarlagadda
that question is wrong.what is the order of evaluation of
the arithametic operators:+ - * / ** ()?
ans:
() ** / * - +.
| Is This Answer Correct ? | 4 Yes | 5 No |
Describe how you would pass data to macro.
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
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
what is SAS/Graph?
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
Explain data_null_?
Are you familiar with special input delimiters How are they used?
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
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
how to read the variables in sas? : Sas-administrator
What is the length assigned to the target variable by the scan function?
What are Dashboard reports?And significance of these in analysis?