In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / sunil chilaka
Dear fndz to print only variables that begin with
the letter "A" we can use
keep=option
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What are the features of SAS?
What sas features do you use to check errors and data validation?
what are the considerations when picking a SAS/STAT procedure?
What do you know about sas and what we do? : sas-grid-administration
What are types of transport files?
How do you control the number of observations and/or variables read or written?
how does sas handle missing values in formats? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Are you involved in writing the inferential analysis plan? Tables specfications?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What is the purpose of _character_ and _numeric_?
Describe crosslist option in tables statement?
What would be the value of month at the end of data step execution and how many observations would be there?
Mention how to limit decimal places for the variable using proc means?