What do you feel about hardcoding?
Answer / ram
Hard codes are not preferable one. We have to eliminate
maximum maximum usage of hard coding. NOT GOOD.
| Is This Answer Correct ? | 2 Yes | 1 No |
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
What are the difference between ceil and floor functions in sas?
How to get part of string form the source string without using sub string function in SAS?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What are the different versions of sas that you have used until now? : sas-grid-administration
what is sas olap server? : Sas-di
diff between nodup rec and ondup key???
explain about sas business intelligence? : Sas-bi
how would you create multiple observations from a single observation? : Sas programming
what is difference in window SAS & Unix SAS.....how do define working environment in both???
Difference b/n proc means and proc summary procedures?
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?