Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / ganesh

Scan function the best for locating the particular word
specified in a argument,scan function default length is
200bytes.


data k;
r='ganesh kumar';
u=scan(r,2);
proc print;
run;

result: kumar

Is This Answer Correct ?    10 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the purpose of retain statement.

1105


where to use sas business intelligence? : Sas-bi

1161


What are the features of base sas system?

1110


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1815


How to limit decimal places for the variable using proc means?

1120


What is the difference between order and group variable in proc report?

1481


Explain why double trailing @@ is used in input statement?

1114


How can sas program be validated?

1072


explain what is data set in sas? : Sas-administrator

1036


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

1251


Mention some common errors that are usually committed in sas programming.

1103


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1962


How would you define the end of a macro? : sas-macro

1134


what are _numeric_ and _character_ and what do they do? : Sas programming

1192


what is the difference between nodup and nodupkey options? : Sas programming

1268