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 / yaga
I think Index is the best option to locate the word
beacause SCAN is SAS function to extract the particular
word positioned in nth place. for ex: 2 word from the string
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can I remove header from output data set?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
what are the types of interactive display types? : Sas-bi
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How to convert a numeric variable to a character variable?
explain the concepts and capabilities of business object? : Sas-bi
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What are SAS/ACCESS and SAS/CONNECT?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What are common programming errors committed in sas
describe about physical data integration? : Sas-di
how to read the variables in sas? : Sas-administrator