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

what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

1142


Give some ways by which you can define the variables to produce the summary report (using proc report)?

1132


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

1480


what is study design in while working with SAS? what are screening variables in SAS?

2270


What is the use of %include statement?

1100


Explain data step in SAS

1157


Why and when do you use proc sql?

1282


what is the difference between floor and ceil functions in sas? : Sas-administrator

1307


What are symget and symput? : sas-macro

1364


Explain translate function?

1252


how would you determine the number of missing or nonmissing values in computations? : Sas programming

1197


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

1038


how to do user inputs and command line arguments in sas?

3086


What are the data types that sas contain?

1244


Mention the category in which sas informats are placed?

1076