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 |
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
what is function of retain statment
What are the prime responsibilities of data integration administrator? : Sas-di
where to use sas business intelligence? : Sas-bi
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
Name statements that function at both compile and execution time.
what is the difference between floor and ceil functions in sas? : Sas-administrator
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?