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 |
What does proc print, and proc contents are used for?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
This entry was posted in General. Bookmark the permalink. Post a comment or leave
explain the concepts and capabilities of business object? : Sas-bi
How do you specify the number of iterations and specific condition within a single do loop?
what are the scrubbing procedures in sas? : Sas programming
how do you test for missing values? : Sas programming
Hot to suppress characters from a given string?
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
what is prime numbers? how we can get plc write sas code?
what is information maps?
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?