I have 50 variables in one data set, In reports i want to
generate every 10 variables in one page how we will write
code in proc report.
Answer Posted / guest
Using width= option on define statement in proc report.
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
how do the in= variables improve the capability of a merge? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what is the Population you used in your project, is it ITT or PP?
What is the difference between the proc sql and data step?
How sas treats the dsd delimiters?
For what purposes have you used sas macros? : sas-macro
how does sas handle missing values in formats? : Sas programming
I need level 2 to 5 sas using companies in india
How to convert a numeric variable to a character variable?
What is SAS?
What was the last computer book you purchased? Why?
In SAS explain which statement does not perform automatic conversions in comparisons?
what is the use of proc contents and proc print in sas? : Sas-administrator
explain the function of substr in sas? : Sas-administrator
Differentiate between proc means and proc summary.