What is the maximum and minimum length of macro variable
No Answer is Posted For this Question
Be the First to Post Answer
How do you test for missing values?
explain the function of substr in sas? : Sas-administrator
how to read raw data in sas. Do it manually and throw the programming.
Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What statement do you code to tell SAS that it is to write to an external file?
What is a pdv and what are its functions?
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
what is the primary variable in your study?
describe the interaction table in sas di? : Sas-di
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?