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


Please Help Members By Posting Answers For Below Questions

What is the SAS data set?

679


What is factor analysis?

662


how does sas handle missing values in assignment statements? : Sas programming

569


In sas admin differentiate between roles and capabilities? : sas-grid-administration

556


What is the function of Stop statement in a SAS Program?

645






How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1161


what are the scrubbing procedures in sas? : Sas programming

831


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

583


Where do you use proc means over proc freq?

564


Explain the main difference between the sas procedures and functions? : Sas-administrator

539


What does PROC print, and PROC contents do?

730


Mention what is the difference between nodupkey and nodup options?

595


What are the table names in oracle database...?

2250


How can sas program be validated?

577


Differentiate between proc means and proc summary.

604