Answer Posted / gaurav
There are 3 way to validate program ...
(1): code review
(2): double programming
(3): Cross checking
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What versions of SAS have you used (on which platforms)?
What is program data vector (pdv) and what are its functions?
What is the difference between the proc sql and data step?
What is the difference between reading data from an external file and reading data from an existing data set?
how does sas handle missing values in a merge? : Sas programming
What is the maximum and minimum length of macro variable
What are the difference between sas functions and procedures?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what is the basic structure sas administrator? : Sas-administrator
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.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What do you code to create a macro? : sas-macro
Give e an example of..
Explain substr function?
how to read the variables in sas? : Sas-administrator