In PROC PRINT, can you print only variables that begin with
the letter “A”?

Answer Posted / naveen

proc print data=abc;
var name;
where name contains="A";
run;

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

708


what r the job openings SAS for fresher graduates !

2009


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

740


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

558


what are informats in sas? : Sas-administrator

580






what are 5 ways to perform a table lookup in sas? : Sas-administrator

753


What are the different versions of sas that you have used until now? : sas-grid-administration

722


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1313


What are the functions used for character handling?

635


Explain the use of proc print and proc contents?

552


How to create a permanent sas data set?

669


what are some differences between proc summary and proc means? : Sas programming

501


How many data types are there in SAS?

624


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

539


How we can create SAS USER DEFINED CODE?

1609