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 / prr
Hi Friends,
actually I can't able to understand the question.
please repeat again in a understandable way.
scan: it returns Nth word from character observation.
index: it return starting position of the character from
character observation.
index C: it returns starting position of any character from
character observation.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are all the problems you faced while validating tables and reports?
Describe the function and untility of the most difficult SAS macro that you have written.
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what is the use of proc contents and proc print in sas? : Sas-administrator
Have you ever used the SAS Debugger?
what is sas metadata server? : Sas-di
name several ways to achieve efficiency in your program? : Sas programming
What do you code to create a macro? : sas-macro
What is the use of the %include statement?
What will calendar procedure do?
what are the benefits of data integration? : Sas-di
What is interleaving in SAS?
what is the difference between floor and ceil functions in sas? : Sas-administrator
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Differentiate between ceil and floor functions.