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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / thanwi
scan function becuase the length of the varaible returned by
scan function is 200 bytes
| Is This Answer Correct ? | 6 Yes | 5 No |
what is sas enterprise intelligence architecture? : Sas-bi
What does proc print, and proc contents are used for?
why is the use of Retrive statement and give me with example?
Differentiate between sas functions and sas procedures.
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
What are the joins,types of joins and thier functions?
How we will Developing new reports Using Data step programming and Macros ?
What is the role of administrative users? : sas-grid-administration
how does sas handle missing values in procs? : Sas programming
How would you delete observations with duplicate keys?
Enlist the syntax rules followed in sas statements.
what is change analysis in sas di ? : Sas-di