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.
Answers were Sorted based on User's Feedback
proc report data=xyz nowd headline ps=14;
columns < > ;
define < > ;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Using width= option on define statement in proc report.
| Is This Answer Correct ? | 1 Yes | 8 No |
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
how does sas handle missing values in functions? : Sas programming
What are the limitations for memory allocation for SAS variables
What is the difference between match merge and one to one merge?
What is the sas data set? : sas-grid-administration
how many data types in sas? : Sas-administrator
Which command is used to save logs in the external file?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
What is the role of administrative users? : sas-grid-administration
what is metadata? : Sas-bi
how to change the execute of macro