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 / gaurav verma
proc report data=xyz nowd headline ps=14;
columns < > ;
define < > ;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe 5 ways to do a “table lookup” in SAS?
explain what is data set in sas? : Sas-administrator
Which command is used to perform sorting in sas program?
explain about sas business intelligence? : Sas-bi
Do you need to know if there are any missing values?
Explain what is the use of proc gplot?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
In proc transpose and data step with arrays which one you pick?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
explain the proc in sas? : Sas-administrator
Explain append procedure?
What is the difference between one to one merge and match merge? Give an example.
What is SAS? What are the functions does it performs?
How to specify variables to be processed by the freq procedure?
which date functions advances a date time or date/time value by a given interval? : Sas programming