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 / venu
use with global option pagesize=10;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What are the difficulties u faced while doing vital signs table or dataset?
what is sas and what are the functions? : Sas-administrator
What are the 3 components in sas programming?
What would be the value of month at the end of data step execution and how many observations would be there?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
what do you mean by data staging area? : Sas-di
explain about various caches available in data integrator? : Sas-di
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Can you execute macro within another macro? : sas-macro
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
which date function advances a date, time or datetime value by a given interval? : Sas programming
What are the statements in proc sql?
Of all your work, where have you been the most successful?
what are 5 ways to perform a table lookup in sas? : Sas-administrator