mukteshwar parbhat


{ City } gurgaon
< Country > india
* Profession * system analyst
User No # 114490
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 2
Questions / { mukteshwar parbhat }
Questions Answers Category Views Company eMail




Answers / { mukteshwar parbhat }

Question { 12494 }

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


Answer

PROC PRINT DATA = X;
WHERE SUBSTR(NAME,1,1) = 'A';
RUN;

Is This Answer Correct ?    0 Yes 2 No