BookmarkSubscribeRSS Feed
thanikondharish
Calcite | Level 5

data have ;

name='sdkfksf%%&545453435' ;

new1=comperss(name,  ,'kp') ;

run;

if we run above program new1 variable have only punctuals .

what is the meaning of second argument in compress function?

2 REPLIES 2
Reeza
Super User

The second argument is the character list which specifies the characters you want to have removed. If you only wanted hyphens removed it would be a hyphen in quotes. 

 

I would suggest bookmarking this page:

https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=pgmsashome&docsetTarget=h...

 

Then click on Functions, find the function of interest and you can see all the details for that particular function, such as RAND() or COMPRESS.

 


@thanikondharish wrote:

data have ;

name='sdkfksf%%&545453435' ;

new1=comperss(name,  ,'kp') ;

run;

if we run above program new1 variable have only punctuals .

what is the meaning of second argument in compress function?


 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 689 views
  • 3 likes
  • 3 in conversation