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 |
Do you know the features of sas?
How to Rename Library?
For what purposes have you used sas macros? : sas-macro
how to perform paired t-test using Base/SAS & SAS/Stat?
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
what is data access? : Sas-di
Compare sas with other data analytics tools.
: and & modifiers.
What do you feel about hardcoding?
what is prime numbers? how we can get plc write sas code?
Which command is used to save logs in the external file?
Explain translate function?