Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;

2 Answers   HSBC,


what are the sites did u refer for enquiries and doubts for SAS

2 Answers   UBS,


How to convert a numeric variable to a character variable?

0 Answers  


where will go the observations that were deleted by delete statement?

2 Answers  


Can we use where and having clauses in a single SAS program. ex: proc sql;     select a,b,c from test      where state in 'KA'      and having <some condition>. Is the above program run correctly, if not why ?     

4 Answers   UHG,


what are _numeric_ and _character_ and what do they do? : Sas programming

0 Answers  


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

0 Answers  


Did you used proc test? when?

0 Answers   Accenture, Quintiles,


for report generation which one you used proc report or data_null_?

3 Answers   Accenture, Quintiles,


What are the applications primarily used by business analyst? : Sas-bi

0 Answers  


Describe the ways in which you can create macro variables?

0 Answers  


What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?

3 Answers   TCS,


Categories