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 / kamalan
Scan() : Used to seperate a part of string using certain
delimiters.
index() : used to search a string. Return the position
where the search STRING occurs first in the given string.
indexc() : used to serach a character.Return the position
where the search CHARACTER occurs first in the given string.
So the Answer is: Index()
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what is transformation in sas data integration? : Sas-di
What are the advantages of using sas?
What are the parameters of scan function?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what do the pad and dim functions do? : Sas programming
how to change the execute of macro
To what type of programms have you used scratch macros?
what is sas database server? : Sas-di
How substr function works in sas?
How would you include common or reuse to be processed along with your statements?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
describe the interaction table in sas di? : Sas-di
Mention what are the data types does SAS contain?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What are the features of base sas system?