Answer Posted / murray
To a certain extent I agree with #2. Sometimes time can be
wasted developing the most efficient and reusable code if
the task at hand can be completed with simple hardcoding,
and is unlikely to be needed in future.
It is, however always best to avoid hardcoding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is data access? : Sas-di
what are input dataset and output dataset options? : Sas programming
Why and when do you use proc sql?
Name types of category in which SAS Informats are placed?
describe the interaction table in sas di? : Sas-di
What is SAS informats?
how do you want missing values handled? : Sas programming
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
what is program data vector? : Sas-administrator
What is Linear Regression?
what is sas and what are the functions? : Sas-administrator
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
what is the difference between nodup and nodupkey options? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro