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...

here is a string like chq.2312244%4452-
from that i want only special characters in a column.
dont use compress. bcoz i have 1.2 billion of records.i want
another process to find the values instant from the data.

Answer Posted / krish

data spdot;
set spec_char;
if count(name,'.') then dot=".";
if count(name,'%') then per="%";
if count(name,"-") then iph= "-";
col=(dot || per ||iph);
run;proc print;run;

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum length of the macro variable?

1222


How to convert a numeric variable to a character variable?

1255


how many types prompting framework can be broken down to? : Sas-bi

1114


Hi, If anyone has base SAS certification dumps, please share.

1925


In sas admin differentiate between roles and capabilities? : sas-grid-administration

1050


What versions of SAS have you used (on which platforms)?

1565


what is broad cast agent? : Sas-bi

1117


Which function is used to count the number of intervals between two sas dates?

1190


What are the different operating system platforms in which we can use sas? : sas-grid-administration

1121


what is data access? : Sas-di

1178


what are the scrubbing procedures in sas? : Sas programming

1320


what is the use of sas management console? : Sas-di

1139


what is the purpose of _error_? : Sas programming

1187


what are informats in sas? : Sas-administrator

1146


List down the reasons for choosing sas over other data analytics tools.

1329