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 could you generate test data with no input data?

14 Answers   CTS,


What are the different versions of sas that you have used until now? : sas-grid-administration

0 Answers  


What would you change about your job?

0 Answers   Oracle,


What is the difference between an informat and a format. Name three informats or formats.

6 Answers  


How will you generate test data with no input data?

0 Answers  


how can you sort the dataset having millions of OBS(instead of sort procedure?

4 Answers   EXL,


Which is the best training institute for SAS in hyderabad.

112 Answers   Stansys Software Solutions,


This entry was posted in General. Bookmark the permalink. Post a comment or leave

0 Answers   Quintiles,


How do you convert basic cube to transaction cube and transaction cube to basic cube?

0 Answers  


describe about metadata object? : Sas-di

0 Answers  


How would you code the criteria to restrict the output to be produced?

6 Answers   Accenture,


explain about various caches available in data integrator? : Sas-di

0 Answers  


Categories