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.

Answers were Sorted based on User's Feedback



I have 50 variables in one data set, In reports i want to generate every 10 variables in one page ..

Answer / gaurav verma

proc report data=xyz nowd headline ps=14;
columns < > ;
define < > ;
run;

Is This Answer Correct ?    0 Yes 0 No

I have 50 variables in one data set, In reports i want to generate every 10 variables in one page ..

Answer / surendra

use page break option in the report

Is This Answer Correct ?    1 Yes 6 No

I have 50 variables in one data set, In reports i want to generate every 10 variables in one page ..

Answer / guest

Using width= option on define statement in proc report.

Is This Answer Correct ?    1 Yes 8 No

I have 50 variables in one data set, In reports i want to generate every 10 variables in one page ..

Answer / venu

use with global option pagesize=10;

Is This Answer Correct ?    0 Yes 8 No

Post New Answer

More SAS Interview Questions

I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

0 Answers  


how will you locate the sas platform applications? : Sas-bi

0 Answers  


What are SAS/ACCESS and SAS/CONNECT?

0 Answers  


How can you put a "trace" in your program?

2 Answers   Quintiles,


In ARRAY processing, what does the DIM function do?

0 Answers  






what are the three main credit bureau names

1 Answers   Synchrony Financial,


what is OLAP?

4 Answers   CitiGroup, TCS,


if we dont want to print output what we have to do..???give syntax..???

8 Answers   Accenture, GSK GlaxoSmithKline,


Code the MEANS to produce output to be used later.

2 Answers  


If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?

8 Answers   HCL,


what is data integration? : Sas-di

0 Answers  


Name types of category in which SAS Informats are placed?

0 Answers  


Categories