WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
Answer Posted / vengala reddy
mlogic,mprint,merror,serror,symbolgyn
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What does the RUN statement do?
What does PROC print, and PROC contents do?
Explain proc sort?
What is interleaving in SAS?
How to read an input file in sas?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is program data vector (pdv)?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Do you need to rearrange the order of the data for the report?
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.
What are the different types of sas functions?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
In ARRAY processing, what does the DIM function do?