Answer Posted / 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 |
Post New Answer View All Answers
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what is proc Index? and what is proc document?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How would you define the end of a macro? : sas-macro
How can you create a macro variable with in data step? : sas-macro
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is a macro routine?
what do you mean by data staging area? : Sas-di
Can you execute macro within another macro? : sas-macro
What do the mod and int function do? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
how can you import .csv file in to sas? : Sas programming
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What do the put and input function do?
What are the automatic variables for macro? : sas-macro