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
name some data transformation used in sas di? : Sas-di
Can you execute macro within another macro? : sas-macro
What is the function of Stop statement in a SAS Program?
what is SAS OPTIMIZATION?
For clinical entire study how many tables will create approx?
What are the automatic variables for macro? : sas-macro
What is SAS? What are the functions does it performs?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Which date function advances a date, time or datetime value by a given interval?
What is connection profile? : sas-grid-administration
Given an unsorted data set, how to read the last observation to a new data set?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How necessary is it to be creative in your work?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
How do you control the number of observations and/or variables read or written?