When looking for data contained in a character string of 150
bytes, which function is the best to locate that data: scan,
index, or indexc?
Answer Posted / surendra
INDEX is the best function
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
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 is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Explain append procedure?
what are the benefits of data integration? : Sas-di
What system options would you use to help debug a macro? : sas-macro
What is the difference between reading data from an external file and reading data from an existing data set?
what is metadata? : Sas-bi
For what purposes have you used sas macros? : sas-macro
What is PROC in SAS?
In ARRAY processing, what does the DIM function do?
Tell me about % include and % eval? : sas-macro
How to limit decimal places for variable using proc means?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
What is the difference between the proc sql and data step?