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

How do you read in the variables that you need?

9 Answers   Accenture,


what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?

1 Answers   Satyam,


If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.

1 Answers  


What are the advantages of using sas?

0 Answers  


define table lookup and how may ways it can be done...explian

3 Answers  






Hot to suppress characters from a given string?

4 Answers   CTS,


How to select the observations randomly from a SAS dataset

7 Answers   NTT Data,


what is picture format? give any one example?

3 Answers   Parexel,


Difference between informat and format?

0 Answers  


it will become easy if uuu provide website linkssss and list of consultanciessssss

0 Answers  


What do the PUT and INPUT functions do?

0 Answers  


tell me about intnx, intcx functions?

4 Answers   CitiGroup,


Categories