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 SAS? What are the functions does it performs?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
Which function is used to count the number of intervals between two sas dates?
Mention the category in which sas informats are placed?
explain what is factor analysis? : Sas-administrator
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What are the default statistics that proc means produce?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
how do you pull data from equifax?tell me the process?
If a variable contains only numbers, can it be a character data type?
how does sas handle missing values in assignment statements? : Sas programming
What are the data types in sas?
what are the component of range? : Sas-bi
why a stop statement is needed for the point= option on a set statement?