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
how to read the variables in sas? : Sas-administrator
What can you learn from the SAS log when debugging?
Describe the function and untility of the most difficult SAS macro that you have written.
How would you define the end of a macro? : sas-macro
What is SAS?
What are common programming errors committed in sas
What does proc print, and proc contents are used for?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How does the internal authentication work in sas? : sas-grid-administration
List out some key concept of SAS
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
how do the in= variables improve the capability of a merge? : Sas programming
What are the parameters of scan function?
Explain by-group processing?
what are the scrubbing procedures in sas? : Sas programming