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
I have a dataset concat having variable a b & c. How to rename a b to e & f?
why a stop statement is needed for the point= option on a set statement?
In sas, what are the areas that you are most interested in? : sas-grid-administration
what is data integration? : Sas-di
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Explain append procedure?
Mention the category in which sas informats are placed?
How would you define the end of a macro?
what is the primary data source for the wrs? : Sas-bi
How are numeric and character missing values represented internally?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What are SAS/ACCESS and SAS/CONNECT?
In proc transpose and data step with arrays which one you pick?
Tell me about % include and % eval? : sas-macro