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 |
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
what is washout period?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Why do we use QUIT commmand for proc datasets and proc sql ???
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
Explain input and put function?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is the diff. b/w proc means and proc summary?
How would you combine 3 or more tables with different structures?
explain the function of substr in sas? : Sas-administrator
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
Name validation tools used in SAS