Hot to suppress characters from a given string?

Answer Posted / manoj

Compress(var,'a');

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention sas system options to debug sas macros.

758


Tell e how how dealt with..

1869


explain the difference between proc means and proc summary?

772


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

1914


describe about metadata object? : Sas-di

724






What is PROC in SAS?

707


How to limit decimal places for variable using proc means?

689


What can you learn from the SAS log when debugging?

1007


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

701


What are the 3 components in sas programming?

834


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

1898


how to read the variables in sas? : Sas-administrator

641


What is the basic structure of the SAS base program?

781


In proc transpose and data step with arrays which one you pick?

2659


Enlist the functions performed by sas.

774