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
proc report data=xyz nowd headline ps=14;
columns < > ;
define < > ;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Using width= option on define statement in proc report.
| Is This Answer Correct ? | 1 Yes | 8 No |
Why is a STOP statement needed for the point=option on a SET statement?
Hi, If anyone has base SAS certification dumps, please share.
Approximately what date is represented by SAS date value of 730
how can you create zero observation dataset? : Sas programming
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
how sas deals with business intelligence? : Sas-bi
What is the difference between using drop = data set option in data statement and set statement?
Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.
What is the one statement to set the criteria of data that can be coded in any step?
Which are SAS Windows Clients & SAS Java Clients
which date function advances a date, time or datetime value by a given interval? : Sas programming
Can you execute macro within another macro? : sas-macro