What is data _null_?
No Answer is Posted For this Question
Be the First to Post Answer
what is sas application server? : Sas-di
how can you improve the performance of a query, If it is excuting very slowly?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
What is Transaction...? And what are Comment, Roll back n Save point..?
What is the difference between %put and symbolgen? : sas-macro
How do you add a prefix to some or all variables in a dataset using a SAS macro?
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How would you include common or reuse code to be processed along with your statements?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?