How to convert HTML file into SAS dataset?
No Answer is Posted For this Question
Be the First to Post Answer
What techniques and/or PROCs do you use for tables?
Mention common programming errors committed in sas ?
what has been your most common programming mistake? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
how do we mail reports from SAS environment to our team leader
in ods is there any lib's
what is the primary variable in your study?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
Given an unsorted data set, how to read the last observation to a new data set?
How to Rename Library?
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.