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
How long can a macro variable be? A token? : sas-macro
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
how do you pull data from equifax?tell me the process?
What is the difference between %local and %global? : sas-macro
Explain what Proc glm does?
Mention the category in which sas informats are placed?
What is program data vector (pdv) and what are its functions?
how to do user inputs and command line arguments in sas?
what is treatment emergent events and treatment emregent adverse event
What are the functions used for character handling?
name some data transformation used in sas di? : Sas-di
which features do you use to check the data validations and errors? : Sas-administrator
How to create an external dataset with sas code?
how many display types available in sas bi dashboard? : Sas-bi
how does sas handle missing values in a merge? : Sas programming