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
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
what is data integration? : Sas-di
What is the maximum length of the macro variable?
Why double trailing @@ is used in input statement?
differnce between 8.2 and 9.1.3
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
What does proc print, and proc contents are used for?
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
how to extract data from SAP servers? Is like oracle servers or any other methods to extract please reply me.
Explain the difference between nodup and nodupkey options?
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.