Hot to suppress characters from a given string?

Answers were Sorted based on User's Feedback



Hot to suppress characters from a given string?..

Answer / guest

compress(var,a)

Is This Answer Correct ?    18 Yes 2 No

Hot to suppress characters from a given string?..

Answer / ramesh

Compress(var,'the compressed character');

Is This Answer Correct ?    11 Yes 0 No

Hot to suppress characters from a given string?..

Answer / manoj

Compress(var,'a');

Is This Answer Correct ?    8 Yes 1 No

Hot to suppress characters from a given string?..

Answer / guest

A backslash escapes special characters to suppress their
special meaning.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More SAS Interview Questions

Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

1 Answers  


data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.

2 Answers  


i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.

2 Answers   Cap Gemini,


what is prime numbers? how we can get plc write sas code?

5 Answers   Icon,


what is the function of catx syntax? : Sas-administrator

0 Answers  






. Which date advances a date, time or date/time value by a given interval?

8 Answers  


how will you locate the sas platform applications? : Sas-bi

0 Answers  


Tell me about % include and % eval? : sas-macro

0 Answers  


What is a macro routine?

0 Answers  


what are the three main credit bureau names

1 Answers   Synchrony Financial,


What are the difference between the sas data step and sas procs?

0 Answers  


How to convert a given date value into SAS date

9 Answers   CitiGroup, Quintiles,


Categories