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

If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

818


Explain the difference between nodup and nodupkey options?

792


what are the best practices to process the large data sets in sas programming? : Sas-administrator

781


What is factor analysis?

851


Difference between sum function and using “+” operator?

842


Differentiate input and infile.

818


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

785


What are the functions which are used for character handling functions?

824


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

830


what is program data vector? : Sas-administrator

825


What is the good sas programming practices for processing large data sets?

867


Do you need to know if there are any missing values?

799


Mention what is the difference between nodupkey and nodup options?

783


How you can read the variables that you need?

868


How would you identify a macro variable? : sas-macro

760