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
Compare sas with other data analytics tools.
Describe a time when you were really stuck on a problem and how you solved it?
explain the key concept of sas? : Sas-administrator
How can you limit the variables written to output dataset in data step?
What is Linear Regression?
Explain the use of proc gplot? : sas-grid-administration
Have you used macros? For what purpose you have used? : sas-macro
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
What are the features of SAS?
how does sas handle missing values in sort order? : Sas programming
for report generation which one you used proc report or data_null_?
what is intially documentation in sas?
How do dates work in sas?
how does sas handle missing values in functions? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?