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

what do the pad and dim functions do? : Sas programming

0 Answers  


Difference b/n proc means and proc summary procedures?

3 Answers   Accenture,


explain about sas business intelligence? : Sas-bi

0 Answers  


What is the maximum and minimum length of macro variable

0 Answers  


What does error:1 mean?

8 Answers   Accenture,






Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated

1 Answers  


what is the diff b/w verification validation in sas

3 Answers   SAS,


What are the Aggregate functions in SQL ?

2 Answers   AON,


what is Global Symbol table and Local symbol table?

4 Answers   CitiGroup,


Do you need to rearrange the order of the data for the report?

0 Answers  


In which format does Date stores in sas..? What is the use of DATE in SAS.?

3 Answers   TCS,


what the use of proc glm

1 Answers   Accenture, C Marc,


Categories