Explain the difference between using drop = data set option in set and data statement?
No Answer is Posted For this Question
Be the First to Post Answer
how does sas handle missing values in sort order? : Sas programming
What are the implications?
Can we create datasets by proc step ? (Proc contents, Means)?
What is the difference between %local and %global?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What is maximum storage capability of SAS?
describe about metadata object? : Sas-di
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
Name the option to produce a frequency line items rather that a table.
how can u convert this 25-jul-2010 from numeric to charcter?
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
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.